blam r649 - trunk/src



Author: cmartin
Date: Tue Sep 16 20:56:12 2008
New Revision: 649
URL: http://svn.gnome.org/viewvc/blam?rev=649&view=rev

Log:
OOPS: It should read "Add Group" and not just "Add".

Modified:
   trunk/src/blam.glade

Modified: trunk/src/blam.glade
==============================================================================
--- trunk/src/blam.glade	(original)
+++ trunk/src/blam.glade	Tue Sep 16 20:56:12 2008
@@ -123,10 +123,15 @@
                     <child>
                       <widget class="GtkImageMenuItem" id="menuitem3">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">gtk-add</property>
+                        <property name="tooltip" translatable="yes">Create a new group</property>
+                        <property name="label" translatable="yes">Add _Group</property>
                         <property name="use_underline">True</property>
-                        <property name="use_stock">True</property>
                         <signal name="activate" handler="AddGroupActivated"/>
+                        <child internal-child="image">
+                          <widget class="GtkImage" id="menu-item-image2">
+                            <property name="stock">gtk-add</property>
+                          </widget>
+                        </child>
                       </widget>
                     </child>
                     <child>



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