aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);