[gnome-nettool] Made the help menu HIG compliant



commit 0783c6d2f05f6ed43052420fd8ab2fb75950e301
Author: GermÃn Poo-CaamaÃo <gpoo gnome org>
Date:   Sat Dec 31 20:57:46 2011 -0800

    Made the help menu HIG compliant
    
    Fix Bug #570049
    
    Signed-off-by: GermÃn Poo-CaamaÃo <gpoo gnome org>

 data/gnome-nettool.ui |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/data/gnome-nettool.ui b/data/gnome-nettool.ui
index 13ee6fc..6b34aa8 100644
--- a/data/gnome-nettool.ui
+++ b/data/gnome-nettool.ui
@@ -123,8 +123,8 @@
           </object>
         </child>
         <child>
-          <object class="GtkAction" id="help1">
-            <property name="name">help1</property>
+          <object class="GtkAction" id="help">
+            <property name="name">help</property>
             <property name="label" translatable="yes">_Help</property>
           </object>
         </child>
@@ -132,8 +132,10 @@
           <object class="GtkAction" id="m_help_contents">
             <property name="stock_id">gtk-help</property>
             <property name="name">m_help_contents</property>
+            <property name="label" translatable="yes">_Contents</property>
             <signal handler="on_help_activate" name="activate" object="main_window"/>
           </object>
+          <accelerator key="F1" modifiers=""/>
         </child>
         <child>
           <object class="GtkAction" id="m_about">
@@ -156,7 +158,7 @@
           <separator/>
           <menuitem action="m_clear_history"/>
         </menu>
-        <menu action="help1">
+        <menu action="help">
           <menuitem action="m_help_contents"/>
           <menuitem action="m_about"/>
         </menu>



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