From cd3673936ce92571ea034abb90c00d3a18c376c6 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 7 Sep 2003 22:53:41 +0000 Subject: [PATCH] Remove groupbox titles from the file scope. --- src/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/option.c b/src/option.c index caf4f1381..a8c31153e 100644 --- a/src/option.c +++ b/src/option.c @@ -46,7 +46,6 @@ static Dlg_head *conf_dlg; #define TOGGLE_VARIABLE 0 static int first_width, second_width; -static char *title1, *title2, *title3; static struct { char *text; @@ -115,6 +114,7 @@ init_configure (void) char *ok_button = _("&OK"); char *cancel_button = _("&Cancel"); char *save_button = _("&Save"); + static char *title1, *title2, *title3; if (!i18n_config_flag) { register int l1;