]> Pileus Git - ~andy/gtk/commitdiff
Set name of Help menu to HelpMenu
authorJohan Dahlin <jdahlin@async.com.br>
Thu, 28 Jun 2007 01:56:55 +0000 (01:56 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Thu, 28 Jun 2007 01:56:55 +0000 (01:56 +0000)
2007-06-27  Johan Dahlin  <jdahlin@async.com.br>

    * demos/gtk-demo/demo.ui: Set name of Help menu
    to HelpMenu

svn path=/trunk/; revision=18271

ChangeLog
demos/gtk-demo/demo.ui

index a031ed834c300eca937d24d510375e39860a9bb9..139a425de65a2c54d21d2ebb4098e3143ba9e6b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-06-27  Johan Dahlin  <jdahlin@async.com.br>
 
+       * demos/gtk-demo/demo.ui: Set name of Help menu
+       to HelpMenu
+
        * gtk/gtkbuilder.c (apply_delayed_properties): 
        Print out the name of the right object in the warning
        (#451314, Philip Withnall)
index b6d22bb811b15b9d7be4dc843905047dc62bfbc5..26d668997e94a857bec6c06d345d51123b72a632 100644 (file)
@@ -94,7 +94,7 @@
                 </child>
                 <child>
                     <object class="GtkAction" id="HelpMenu">
-                        <property name="name">Help</property>
+                        <property name="name">HelpMenu</property>
                         <property name="label" translatable="yes">_Help</property>
                     </object>
                 </child>