aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-09-02 16:39:46 +0200
committerThomas White <taw@physics.org>2013-09-04 17:19:39 +0200
commitd836294be9879418c1b8290ca9cf6df3dc58eadc (patch)
treec5b031bfd94431525cfe6ee485832e784d746bf0
parentbff62ed1711052d6c55b20503dbce4245a1fcd16 (diff)
hdfsee: Add accelerators for "Show features" and "Resolution rings"
-rw-r--r--src/dw-hdfsee.c4
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);