edit/editmenu.c: added separator in 'Options' submenu.

This commit is contained in:
Andrew Borodin 2009-06-12 17:30:21 +04:00
parent e335712e41
commit 0bfd10f4c6
1 changed files with 1 additions and 0 deletions

View File

@ -437,6 +437,7 @@ static menu_entry OptMenu[] =
{' ', N_("&Save mode..."), NULL_HOTKEY, menu_save_mode_cmd},
{' ', N_("Learn &Keys..."), NULL_HOTKEY, learn_keys},
{' ', N_("Syntax &Highlighting..."), NULL_HOTKEY, edit_syntax_dialog},
{' ', "", NULL_HOTKEY, 0},
{' ', N_("S&yntax file"), NULL_HOTKEY, menu_edit_syntax_file_cmd},
{' ', N_("&Menu file"), NULL_HOTKEY, menu_edit_menu_file_cmd},
{' ', "", NULL_HOTKEY, 0},