fixed initial window title

This commit is contained in:
kanjitalk755 2021-02-10 22:12:38 +09:00
parent fbddf063cb
commit 4cf65a3faf
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@ static SDL_Surface * init_sdl_video(int width, int height, int bpp, Uint32 flags
if (!sdl_window) {
int m = get_mag_rate();
sdl_window = SDL_CreateWindow(
"Basilisk II",
GetString(STR_WINDOW_TITLE),
SDL_WINDOWPOS_UNDEFINED,
SDL_WINDOWPOS_UNDEFINED,
m * window_width,