From 78830a224c90e076f156b12154eea20123d878f7 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 29 Dec 2021 02:06:04 +0200 Subject: [PATCH 12/12] gtk3.22: Correct comments claiming it to be gtk3x-client See osdn #43430 Signed-off-by: Marko Lindqvist --- client/gui-gtk-3.22/graphics.c | 2 +- client/gui-gtk-3.22/themes.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/gui-gtk-3.22/graphics.c b/client/gui-gtk-3.22/graphics.c index 25ce0f0195..b3589bed48 100644 --- a/client/gui-gtk-3.22/graphics.c +++ b/client/gui-gtk-3.22/graphics.c @@ -50,7 +50,7 @@ struct sprite *intro_gfx_sprite; GdkCursor *fc_cursors[CURSOR_LAST][NUM_CURSOR_FRAMES]; /*************************************************************************** - Returns TRUE to indicate that gtk3x-client supports given view type + Returns TRUE to indicate that gtk3.22-client supports given view type ***************************************************************************/ bool is_view_supported(enum ts_type type) { diff --git a/client/gui-gtk-3.22/themes.c b/client/gui-gtk-3.22/themes.c index 2f93064444..aed42efc5c 100644 --- a/client/gui-gtk-3.22/themes.c +++ b/client/gui-gtk-3.22/themes.c @@ -98,7 +98,7 @@ void gui_clear_theme(void) /***************************************************************************** Each gui has its own themes directories. - For gtk3x these are: + For gtk3.22 these are: - /usr/share/themes - ~/.themes Returns an array containing these strings and sets array size in count. @@ -114,7 +114,7 @@ char **get_gui_specific_themes_directories(int *count) *count = 0; - /* Freeciv-specific GTK3x themes directories */ + /* Freeciv-specific GTK3.22 themes directories */ strvec_iterate(data_dirs, dir_name) { char buf[strlen(dir_name) + strlen("/themes/gtk3.22") + 1]; -- 2.34.1