mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Indentation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
a9227fdd33
commit
8cf9ba1b5c
@ -180,7 +180,8 @@ create_command_menu (void)
|
||||
{
|
||||
entries = g_list_prepend (entries, menu_entry_create (_("S&pell check"), CK_SpellCheck));
|
||||
entries =
|
||||
g_list_prepend (entries, menu_entry_create (_("C&heck word"), CK_SpellCheckCurrentWord));
|
||||
g_list_prepend (entries,
|
||||
menu_entry_create (_("C&heck word"), CK_SpellCheckCurrentWord));
|
||||
entries =
|
||||
g_list_prepend (entries,
|
||||
menu_entry_create (_("Change spelling &language..."),
|
||||
|
Loading…
Reference in New Issue
Block a user