Fixed Stop button in Replace? dialog
parent
ceaafe4764
commit
36cfac015d
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
||||
<!-- Generated with glade3
|
||||
<!--Generated with glade3 3.0.3 on Tue Feb 20 22:32:13 2007 by muntyan@munt10
|
||||
Version: 3.0.0
|
||||
Date: Fri Dec 8 17:43:16 2006
|
||||
User: muntyan
|
||||
|
@ -24,7 +24,7 @@
|
|||
<child>
|
||||
<widget class="GtkFrame" id="find_frame">
|
||||
<property name="visible">True</property>
|
||||
<property name="label_xalign">0.000000</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<child>
|
||||
<widget class="GtkAlignment" id="alignment1">
|
||||
<property name="visible">True</property>
|
||||
|
@ -39,7 +39,7 @@
|
|||
<child>
|
||||
<widget class="GtkLabel" id="label3">
|
||||
<property name="visible">True</property>
|
||||
<property name="xalign">0.000000</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes">Text to find:</property>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -112,7 +112,7 @@
|
|||
<child>
|
||||
<widget class="GtkFrame" id="replace_frame">
|
||||
<property name="visible">True</property>
|
||||
<property name="label_xalign">0.000000</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<child>
|
||||
<widget class="GtkAlignment" id="alignment3">
|
||||
<property name="visible">True</property>
|
||||
|
@ -127,7 +127,7 @@
|
|||
<child>
|
||||
<widget class="GtkLabel" id="label4">
|
||||
<property name="visible">True</property>
|
||||
<property name="xalign">0.000000</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes">Replacement text:</property>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -188,7 +188,7 @@
|
|||
<child>
|
||||
<widget class="GtkFrame" id="options_frame">
|
||||
<property name="visible">True</property>
|
||||
<property name="label_xalign">0.000000</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<child>
|
||||
<widget class="GtkAlignment" id="alignment2">
|
||||
<property name="visible">True</property>
|
||||
|
@ -432,6 +432,7 @@
|
|||
<property name="label" translatable="yes">Sto_p</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="focus_on_click">False</property>
|
||||
<property name="response_id">0</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="position">3</property>
|
||||
|
|
Loading…
Reference in New Issue