From 5af3cf2f8fddbf2c5569088a31ad65f09af9e3d1 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 21 Oct 2023 17:48:50 +0300 Subject: [PATCH 42/42] sdl3: Correct "font_city_productions" option name In sdl2 to sdl3 options migration code it was referred as "gont_..." See osdn #48884 Signed-off-by: Marko Lindqvist --- client/gui-sdl3/gui_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gui-sdl3/gui_main.c b/client/gui-sdl3/gui_main.c index 5ae9620141..6479e3fb58 100644 --- a/client/gui-sdl3/gui_main.c +++ b/client/gui-sdl3/gui_main.c @@ -1015,7 +1015,7 @@ static void migrate_options_from_sdl2(void) MIGRATE_OPTION(do_cursor_animation); MIGRATE_OPTION(use_color_cursors); MIGRATE_STR_OPTION(font_city_names); - MIGRATE_STR_OPTION(gont_city_productions); + MIGRATE_STR_OPTION(font_city_productions); MIGRATE_OPTION(use_theme_font_size); MIGRATE_OPTION(font_size); -- 2.42.0