Fix accel for chart edit

For some reason it was the same as the gear menu
This commit is contained in:
Gergely Polonkai 2014-08-26 22:14:32 +02:00
parent 8351445868
commit 931d184be5
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ const gchar *action_accels[] = {
"app.help", "F1", NULL,
"win.change-tab::chart", "F5", NULL,
"win.change-tab::aspects", "F9", NULL,
"win.change-tab::edit", "F10", NULL,
"win.change-tab::edit", "F4", NULL,
NULL
};