widget-factory: Don't say 'Etched out' twice

There's no difference between these shadow types anymore, but
it is irritating to see the same label twice.
This commit is contained in:
Matthias Clasen 2014-08-12 22:21:08 -04:00
parent 79f4d5d610
commit e654fe5124

View File

@ -1423,6 +1423,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="label_xalign">0</property> <property name="label_xalign">0</property>
<property name="shadow_type">etched-in</property>
<child> <child>
<placeholder/> <placeholder/>
</child> </child>
@ -1430,7 +1431,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<object class="GtkLabel" id="label17"> <object class="GtkLabel" id="label17">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="label" translatable="yes">&lt;b&gt;Etched out&lt;/b&gt;</property> <property name="label" translatable="yes">&lt;b&gt;Etched in&lt;/b&gt;</property>
<property name="use_markup">True</property> <property name="use_markup">True</property>
</object> </object>
</child> </child>