Commit dcd19c95 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Fix for my fix for Mike's fix...dont add menu item refencing nano_exitbrowser_msg

when using DISABLE_BROWSER



git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4243 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 90ee8ee4
Showing with 2 additions and 0 deletions
+2 -0
......@@ -662,7 +662,9 @@ void shortcut_init(bool unjustify)
add_to_funcs(do_exit, MHELP, exit_msg, IFSCHELP(nano_exit_msg), FALSE, VIEW);
#ifndef DISABLE_BROWSER
add_to_funcs(do_exit, MBROWSER, exit_msg, IFSCHELP(nano_exitbrowser_msg), FALSE, VIEW);
#endif
/* TRANSLATORS: Try to keep this at most 10 characters. */
add_to_funcs(do_writeout_void, MMAIN, N_("WriteOut"),
......
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