mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-14 02:52:51 +03:00
Remove groupbox titles from the file scope.
This commit is contained in:
parent
af893babbd
commit
cd3673936c
@ -46,7 +46,6 @@ static Dlg_head *conf_dlg;
|
|||||||
#define TOGGLE_VARIABLE 0
|
#define TOGGLE_VARIABLE 0
|
||||||
|
|
||||||
static int first_width, second_width;
|
static int first_width, second_width;
|
||||||
static char *title1, *title2, *title3;
|
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
char *text;
|
char *text;
|
||||||
@ -115,6 +114,7 @@ init_configure (void)
|
|||||||
char *ok_button = _("&OK");
|
char *ok_button = _("&OK");
|
||||||
char *cancel_button = _("&Cancel");
|
char *cancel_button = _("&Cancel");
|
||||||
char *save_button = _("&Save");
|
char *save_button = _("&Save");
|
||||||
|
static char *title1, *title2, *title3;
|
||||||
|
|
||||||
if (!i18n_config_flag) {
|
if (!i18n_config_flag) {
|
||||||
register int l1;
|
register int l1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user