aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-shell.ui
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-03-23 18:24:31 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-03-23 18:25:54 +0800
commit495f8f8003ac98ab63fa68aa89fbe8668c357320 (patch)
tree6ac8d78a53803cc722a79f30f93986599371345d /ui/evolution-shell.ui
parentf794e6a0032c9cee5ffb00eeefb8dc92662742de (diff)
downloadgsoc2013-evolution-495f8f8003ac98ab63fa68aa89fbe8668c357320.tar
gsoc2013-evolution-495f8f8003ac98ab63fa68aa89fbe8668c357320.tar.gz
gsoc2013-evolution-495f8f8003ac98ab63fa68aa89fbe8668c357320.tar.bz2
gsoc2013-evolution-495f8f8003ac98ab63fa68aa89fbe8668c357320.tar.lz
gsoc2013-evolution-495f8f8003ac98ab63fa68aa89fbe8668c357320.tar.xz
gsoc2013-evolution-495f8f8003ac98ab63fa68aa89fbe8668c357320.tar.zst
gsoc2013-evolution-495f8f8003ac98ab63fa68aa89fbe8668c357320.zip
Alter UI conditional syntax to be more familiar cpp style, which
avoids the need for intltool changes.
Diffstat (limited to 'ui/evolution-shell.ui')
-rw-r--r--ui/evolution-shell.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/ui/evolution-shell.ui b/ui/evolution-shell.ui
index dfa6e761f0..2407260649 100644
--- a/ui/evolution-shell.ui
+++ b/ui/evolution-shell.ui
@@ -2,9 +2,9 @@
<menubar name='main-menu'>
<menu action='file-menu'>
<menu action='new-menu'/>
-<!-- if !EXPRESS -->
+#if !EXPRESS
<menuitem action='new-window'/>
-<!-- endif -->
+#endif
<separator/>
<menuitem action='send-receive'/>
<placeholder name='file-actions'/>
@@ -45,16 +45,16 @@
<separator/>
<menuitem action='gal-define-views'/>
</menu>
-<!-- if !EXPRESS -->
+#if !EXPRESS
<menu action='window-menu'/>
-<!-- endif -->
+#endif
<menu action='layout-menu'>
<menuitem action='show-toolbar'/>
<menuitem action='show-taskbar'/>
<menuitem action='show-sidebar'/>
</menu>
<placeholder name='view-custom-menus'/>
-<!-- if !EXPRESS -->
+#if !EXPRESS
<menu action='switcher-menu'>
<menuitem action='switcher-style-both'/>
<menuitem action='switcher-style-icons'/>
@@ -63,7 +63,7 @@
<separator/>
<menuitem action='show-switcher'/>
</menu>
-<!-- endif -->
+#endif
</menu>
<placeholder name='custom-menus'/>
<menu action='search-menu'>