merge back

This commit is contained in:
brianb
2003-02-09 23:19:21 +00:00
parent 630c812125
commit f02d552891
11 changed files with 260 additions and 20 deletions

View File

@@ -163,7 +163,6 @@
<child>
<widget class="button" id="button4">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Open a new debug window</property>
<property name="label">gtk-new</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="gmdb_debug_new_cb" last_modification_time="Fri, 03 Jan 2003 13:12:52 GMT"/>
@@ -173,19 +172,19 @@
<child>
<widget class="button" id="back_button">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Back</property>
<property name="tooltip" translatable="yes">New File</property>
<property name="label">gtk-go-back</property>
<property name="use_stock">True</property>
<property name="new_group">True</property>
</widget>
<packing>
<property name="new_group">True</property>
</packing>
</child>
<child>
<widget class="button" id="forward_button">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Forward</property>
<property name="tooltip" translatable="yes">Open File</property>
<property name="label">gtk-go-forward</property>
<property name="use_stock">True</property>
</widget>
@@ -194,7 +193,6 @@
<child>
<widget class="button" id="jump_button">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Jump to selected page</property>
<property name="label">gtk-jump-to</property>
<property name="use_stock">True</property>
</widget>
@@ -203,12 +201,12 @@
<child>
<widget class="button" id="close_button">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Close this window</property>
<property name="tooltip" translatable="yes">Save File</property>
<property name="label">gtk-close</property>
<property name="use_stock">True</property>
<property name="new_group">True</property>
</widget>
<packing>
<property name="new_group">True</property>
</packing>
</child>
</widget>

View File

@@ -246,8 +246,10 @@
<property name="tooltip" translatable="yes">Execute query</property>
<property name="label">gtk-execute</property>
<property name="use_stock">True</property>
<property name="new_group">True</property>
</widget>
<packing>
<property name="new_group">True</property>
</packing>
</child>
<child>
@@ -266,8 +268,10 @@
<property name="tooltip" translatable="yes">Close this window</property>
<property name="label">gtk-close</property>
<property name="use_stock">True</property>
<property name="new_group">True</property>
</widget>
<packing>
<property name="new_group">True</property>
</packing>
</child>
</widget>
</child>

View File

@@ -328,9 +328,11 @@
<property name="label" translatable="yes">SQL</property>
<property name="use_underline">True</property>
<property name="stock_pixmap">gtk-execute</property>
<property name="new_group">True</property>
<signal name="clicked" handler="gmdb_sql_new_cb" last_modification_time="Sun, 29 Dec 2002 03:23:01 GMT"/>
</widget>
<packing>
<property name="new_group">True</property>
</packing>
</child>
<child>