[gthumb/ext] added an Export submenu in the File menu



commit 4dc6fcdb3aa1d29508a6f41b9ebd9373bd50eb28
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Nov 7 17:07:29 2009 +0100

    added an Export submenu in the File menu

 gthumb/gth-browser-actions-entries.h |    1 +
 gthumb/gth-browser-ui.h              |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/gth-browser-actions-entries.h b/gthumb/gth-browser-actions-entries.h
index 412ce6d..01c1b06 100644
--- a/gthumb/gth-browser-actions-entries.h
+++ b/gthumb/gth-browser-actions-entries.h
@@ -34,6 +34,7 @@ static GtkActionEntry gth_browser_action_entries[] = {
 	{ "GoMenu", NULL, N_("_Go") },
 	{ "HelpMenu", NULL, N_("_Help") },
 	{ "OpenWithMenu", NULL, N_("Open _With") },
+	{ "ExportMenu", NULL, N_("E_xport") },
 
 	{ "File_NewWindow", "window-new",
 	  N_("New _Window"), "<control>N",
diff --git a/gthumb/gth-browser-ui.h b/gthumb/gth-browser-ui.h
index 698d956..bbc182a 100644
--- a/gthumb/gth-browser-ui.h
+++ b/gthumb/gth-browser-ui.h
@@ -40,6 +40,8 @@ static const char *fixed_ui_info =
 "      <placeholder name='Folder_Actions'/>"
 "      <separator/>"
 "      <placeholder name='Misc_Actions'/>"
+"      <menu name='Export' action='ExportMenu'>"
+"      </menu>"
 "      <separator/>"
 "      <menuitem action='File_CloseWindow'/>"
 "    </menu>"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]