Remove conflicting keyboard shortcut for the preferences
This commit is contained in:
parent
a11c21eaf7
commit
68a0e805a6
|
@ -185,7 +185,7 @@ static const DesktopMenu _editor_menu_edit[] =
|
|||
GDK_CONTROL_MASK, GDK_KEY_F },
|
||||
{ "", NULL, NULL, 0, 0 },
|
||||
{ N_("_Preferences"), G_CALLBACK(on_edit_preferences),
|
||||
GTK_STOCK_PREFERENCES, GDK_CONTROL_MASK, GDK_KEY_P },
|
||||
GTK_STOCK_PREFERENCES, 0, 0 },
|
||||
{ NULL, NULL, NULL, 0, 0 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user