Commit 00533854 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: fix compilation with --enable-tiny ...-help and ...-multibuffer

(This should have been part of 9ea5eef2, four commits ago.)
parent dc3610fc
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -633,9 +633,9 @@ void shortcut_init(void)
const char *nano_prepend_msg = N_("Toggle prepending");
const char *nano_backup_msg = N_("Toggle backing up of the original file");
const char *nano_execute_msg = N_("Execute external command");
#endif
#ifdef ENABLE_MULTIBUFFER
const char *nano_newbuffer_msg = N_("Toggle the use of a new buffer");
#endif
#endif
const char *nano_discard_buffer_msg = N_("Close buffer without saving it");
#ifdef ENABLE_BROWSER
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment