aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menus.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-05-12 10:56:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-05-12 10:56:26 +0000
commit50e30e3c70b8c3b9fa3543ab0b863e30713f1432 (patch)
treeb4bf409d55512d92e87b73d1d37fab3d15e9037d /gtk/menus.h
parent516442af8fa3ccf8c6b271809e9c32cca4d09a13 (diff)
Make the use of UIManager a configure option.
NOTE Only for Windows. Additional moves to UIManager. svn path=/trunk/; revision=37072
Diffstat (limited to 'gtk/menus.h')
-rw-r--r--gtk/menus.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/menus.h b/gtk/menus.h
index 306b3262cd..c8630db77e 100644
--- a/gtk/menus.h
+++ b/gtk/menus.h
@@ -29,9 +29,7 @@
extern "C" {
#endif /* __cplusplus */
-/*#define MAIN_MENU_USE_UIMANAGER 1 */
-
- /* Add a new recent capture filename to the "Recent Files" submenu
+/* Add a new recent capture filename to the "Recent Files" submenu
(duplicates will be ignored) */
extern void add_menu_recent_capture_file(gchar *cf_name);