move pixmaps to glade dir until I find out how to fix

turn trace off in odbc driver
This commit is contained in:
brianb
2003-01-15 02:02:07 +00:00
parent da3e28a7e3
commit c0d5312464
6 changed files with 34 additions and 17 deletions

View File

@@ -76,10 +76,9 @@
<property name="use_underline">True</property>
<child internal-child="image">
<widget class="GtkImage" id="image1">
<widget class="GtkImage" id="image5">
<property name="visible">True</property>
<property name="stock">gtk-save-as</property>
<property name="icon_size">1</property>
<property name="pixbuf">stock_export-16.png</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
@@ -104,7 +103,7 @@
<accelerator key="E" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image2">
<widget class="GtkImage" id="image6">
<property name="visible">True</property>
<property name="stock">gtk-execute</property>
<property name="icon_size">1</property>
@@ -232,12 +231,12 @@
</child>
<child>
<widget class="button" id="results_button">
<widget class="button" id="save_button">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Save query to file</property>
<property name="label" translatable="yes">Save Results</property>
<property name="use_underline">True</property>
<property name="stock_pixmap">gtk-save-as</property>
<property name="stock_pixmap">gtk-save</property>
</widget>
</child>
@@ -253,6 +252,16 @@
</packing>
</child>
<child>
<widget class="button" id="results_button">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Save results to a file</property>
<property name="label" translatable="yes">Save Results</property>
<property name="use_underline">True</property>
<property name="icon">stock_export.png</property>
</widget>
</child>
<child>
<widget class="button" id="close_button">
<property name="visible">True</property>