From d836294be9879418c1b8290ca9cf6df3dc58eadc Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 2 Sep 2013 16:39:46 +0200 Subject: hdfsee: Add accelerators for "Show features" and "Resolution rings" --- src/dw-hdfsee.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3