aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-02 15:46:00 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-02 15:46:00 +0000
commit21741980a3499e6d5ef44f27f2ae1d63a51152c7 (patch)
tree6f791ab31eef039195996c81623ae23b4b403aed /src
parent0e55f18cd6fd05262b82cafce6ab53dad275c148 (diff)
Minor menu tweaks
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@141 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src')
-rw-r--r--src/displaywindow.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/displaywindow.c b/src/displaywindow.c
index 866f63f..1d3eb20 100644
--- a/src/displaywindow.c
+++ b/src/displaywindow.c
@@ -168,11 +168,10 @@ static void displaywindow_addmenubar(DisplayWindow *dw) {
GtkActionEntry entries[] = {
{ "FileAction", NULL, "_File", NULL, NULL, NULL },
- { "SaveAction", GTK_STOCK_SAVE, "_Save Image...", NULL, NULL, G_CALLBACK(NULL) },
- { "CloseAction", GTK_STOCK_CLOSE, "_Close", NULL, NULL, G_CALLBACK(displaywindow_close) },
-
+ { "CloseAction", GTK_STOCK_QUIT, "_Quit", NULL, NULL, G_CALLBACK(displaywindow_close) },
+
{ "ViewAction", NULL, "_View", NULL, NULL, NULL },
-
+
{ "ToolsAction", NULL, "_Tools", NULL, NULL, NULL },
{ "DirAxAction", GTK_STOCK_EXECUTE, "Invoke _DirAx", "<Ctrl>D", NULL, G_CALLBACK(displaywindow_dirax) },