diff options
author | Thomas White <taw@physics.org> | 2013-09-02 16:39:46 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-09-04 17:19:39 +0200 |
commit | d836294be9879418c1b8290ca9cf6df3dc58eadc (patch) | |
tree | c5b031bfd94431525cfe6ee485832e784d746bf0 /src/dw-hdfsee.c | |
parent | bff62ed1711052d6c55b20503dbce4245a1fcd16 (diff) |
hdfsee: Add accelerators for "Show features" and "Resolution rings"
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r-- | src/dw-hdfsee.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index 74db71bb..ddfa831a 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -1492,9 +1492,9 @@ static void displaywindow_addmenubar(DisplayWindow *dw, GtkWidget *vbox, G_CALLBACK(displaywindow_set_usegeom), FALSE }, { "ColScaleAction", NULL, "Colour Scale", NULL, NULL, G_CALLBACK(displaywindow_set_colscale), FALSE }, - { "RingsAction", NULL, "Resolution Rings", NULL, NULL, + { "RingsAction", NULL, "Resolution Rings", "F9", NULL, G_CALLBACK(displaywindow_set_rings), dw->show_rings }, - { "ShowPeaksAction", NULL, "Features", NULL, NULL, + { "ShowPeaksAction", NULL, "Features", "F8", NULL, G_CALLBACK(displaywindow_set_peaks), dw->show_peaks }, }; guint n_toggles = G_N_ELEMENTS(toggles); |