2010-12-29 02:42:13 -08:00
|
|
|
<?xml version="1.0"?>
|
2008-08-24 04:06:24 -05:00
|
|
|
<glade-interface>
|
2010-12-26 21:08:23 -08:00
|
|
|
<widget class="GtkDialog" id="FindPromptDialog">
|
2011-01-06 01:07:44 -08:00
|
|
|
<property name="title" translatable="yes">Replace?</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
|
|
|
<property name="has_separator">False</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<child internal-child="vbox">
|
|
|
|
<widget class="GtkVBox" id="dialog-vbox3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Replace?</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<widget class="GtkHButtonBox" id="dialog-action_area3">
|
|
|
|
<property name="visible">True</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="button1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="has_default">True</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="label" translatable="yes">_Replace</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="response_id">2</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="button3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="label" translatable="yes">Replace _All</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="response_id">3</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="button4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="label" translatable="yes">Find _Next</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="response_id">1</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="button5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="label" translatable="yes">Sto_p</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="response_id">0</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="pack_type">GTK_PACK_END</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2008-08-24 04:06:24 -05:00
|
|
|
</glade-interface>
|