Spelling of menu items with mnemonics
This commit is contained in:
parent
a7faaa2153
commit
19c3da1ea2
|
@ -97,7 +97,7 @@ static const DesktopMenu _file_menu[] =
|
||||||
};
|
};
|
||||||
static const DesktopMenu _edit_menu[] =
|
static const DesktopMenu _edit_menu[] =
|
||||||
{
|
{
|
||||||
{ N_("Select _all"), G_CALLBACK(_todowindow_on_edit_select_all),
|
{ N_("Select _All"), G_CALLBACK(_todowindow_on_edit_select_all),
|
||||||
#if GTK_CHECK_VERSION(2, 10, 0)
|
#if GTK_CHECK_VERSION(2, 10, 0)
|
||||||
GTK_STOCK_SELECT_ALL,
|
GTK_STOCK_SELECT_ALL,
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user