From 7ccb88f4d4f987ab13e7a58b4f937c49790ac008 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 29 Dec 2021 02:02:09 +0200 Subject: [PATCH 31/31] 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 ++-- m4/gtk3.22-client.m4 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/gui-gtk-3.22/graphics.c b/client/gui-gtk-3.22/graphics.c index 5334465194..75f98e5752 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 64a256cc69..d54c45f6f4 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]; diff --git a/m4/gtk3.22-client.m4 b/m4/gtk3.22-client.m4 index b39b87c4cc..51feaaa154 100644 --- a/m4/gtk3.22-client.m4 +++ b/m4/gtk3.22-client.m4 @@ -1,6 +1,6 @@ # Try to configure the GTK+-3.22 client (gui-gtk-3.22) -# FC_GTK3X_CLIENT +# FC_GTK3_22_CLIENT # Test for GTK+-3.0 libraries needed for gui-gtk-3.22 AC_DEFUN([FC_GTK3_22_CLIENT], -- 2.34.1