Initialize bracket_msg (David Lawrence Ramsey
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@792 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
9519eb0c88
commit
26a86e350c
2
global.c
2
global.c
|
@ -249,7 +249,7 @@ void shortcut_init(int unjustify)
|
||||||
#ifndef NANO_SMALL
|
#ifndef NANO_SMALL
|
||||||
char *nano_tofiles_msg = "", *nano_gotodir_msg = "", *nano_case_msg =
|
char *nano_tofiles_msg = "", *nano_gotodir_msg = "", *nano_case_msg =
|
||||||
"", *nano_reverse_msg = "", *nano_regexp_msg = "",
|
"", *nano_reverse_msg = "", *nano_regexp_msg = "",
|
||||||
*nano_bracket_msg;
|
*nano_bracket_msg = "";
|
||||||
|
|
||||||
nano_help_msg = _("Invoke the help menu");
|
nano_help_msg = _("Invoke the help menu");
|
||||||
nano_writeout_msg = _("Write the current file to disk");
|
nano_writeout_msg = _("Write the current file to disk");
|
||||||
|
|
Loading…
Reference in New Issue