mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 06:09:38 +03:00
Fixing warnings with --enable-help and tiny.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4725 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
26fd9b29a3
commit
81377d9656
@ -12,6 +12,7 @@
|
||||
* configure.ac: Add submissive colour disabling to --enable-tiny.
|
||||
* configure.ac: Allow other enablers to override --enable-tiny too.
|
||||
* src/{proto.h,search.c}: Fix compilation with --enable-browser.
|
||||
* src/global.c (shortcut_init): Fix warnings with --enable-help.
|
||||
|
||||
2014-04-03 Benno Schulenberg <bensberg@justemail.net>
|
||||
* configure.ac: Remove unused '*_support' variables.
|
||||
|
@ -714,10 +714,8 @@ void shortcut_init(bool unjustify)
|
||||
#ifndef NANO_TINY
|
||||
const char *nano_dos_msg = N_("Toggle the use of DOS format");
|
||||
const char *nano_mac_msg = N_("Toggle the use of Mac format");
|
||||
#endif
|
||||
const char *nano_append_msg = N_("Toggle appending");
|
||||
const char *nano_prepend_msg = N_("Toggle prepending");
|
||||
#ifndef NANO_TINY
|
||||
const char *nano_backup_msg =
|
||||
N_("Toggle backing up of the original file");
|
||||
const char *nano_execute_msg = N_("Execute external command");
|
||||
|
Loading…
Reference in New Issue
Block a user