Author: post
Date: 2010-04-05 13:57:15 +0200 (Mon, 05 Apr 2010)
New Revision: 3337
Modified:
trunk/src/rs-actions.c
trunk/src/ui.xml
Log:
Move the Filter Graph to the Help menu.
Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c 2010-04-05 11:47:34 UTC (rev 3336)
+++ trunk/src/rs-actions.c 2010-04-05 11:57:15 UTC (rev 3337)
@@ -1010,7 +1010,6 @@
{ "SortByMenu", NULL, _("_Sort by") },
{ "BatchMenu", NULL, _("_Batch"), NULL, NULL, ACTION_CB(batch_menu) },
{ "HelpMenu", NULL, _("_Help") },
- { "DebugMenu", NULL, "_Debug" },
{ "PreviewPopup", NULL, NULL, NULL, NULL, ACTION_CB(preview_popup) },
{ "SnapshotMenu", NULL, "_Snapshot" },
@@ -1065,8 +1064,6 @@
/* help menu */
{ "About", GTK_STOCK_ABOUT, _("_About"), NULL, NULL, ACTION_CB(about) },
-
- /* debug menu */
{ "FilterGraph", NULL, "_Filter Graph", NULL, NULL,
ACTION_CB(filter_graph) },
/* Not in any menu (yet) */
Modified: trunk/src/ui.xml
===================================================================
--- trunk/src/ui.xml 2010-04-05 11:47:34 UTC (rev 3336)
+++ trunk/src/ui.xml 2010-04-05 11:57:15 UTC (rev 3337)
@@ -82,8 +82,6 @@
</menu>
<menu action="HelpMenu">
<menuitem action="About" />
- </menu>
- <menu action="DebugMenu">
<menuitem action="FilterGraph" />
</menu>
</menubar>
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit