Just adding Glade's automatic fixes to the hand-made changes I did to LutrisWindow.ui in Rev.167.

This commit is contained in:
Pascal Reinhard 2012-09-05 21:12:04 +02:00
parent 37d0a48f48
commit fdc1d69bae

View file

@ -85,10 +85,11 @@
</child>
<child>
<object class="GtkImageMenuItem" id="quit_menuitem">
<property name="label">gtk-quit</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label">gtk-quit</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="on_destroy" swapped="no"/>
</object>
@ -110,11 +111,11 @@
<property name="can_focus">False</property>
<child>
<object class="GtkImageMenuItem" id="preferences_menuitem">
<property name="label">gtk-preferences</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">configure the default options</property>
<property name="label" translatable="yes">gtk-preferences</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="on_preferences_activate" swapped="no"/>