merge in the missing atk patch.

2002-05-10  Jody Goldberg <jody@gnome.org>

	* background-properties.glade : merge in the missing atk patch.
This commit is contained in:
Jody Goldberg 2002-05-14 00:00:17 +00:00 committed by Jody Goldberg
parent f2a22a27b2
commit f20a9d4797
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-05-10 Jody Goldberg <jody@gnome.org>
* background-properties.glade : merge in the missing atk patch.
2002-05-09 Jody Goldberg <jody@gnome.org>
* background-properties-capplet.c (main) : add a help button.

View file

@ -52,8 +52,12 @@
<child>
<widget class="GtkButton" id="background_image_button">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">To set the background picture, drop an image or click to browse.</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<accessibility>
<atkproperty name="AtkObject::accessible_name" translatable="yes">Background Preview</atkproperty>
</accessibility>
<child>
<widget class="GtkVBox" id="vbox21">
@ -68,6 +72,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<accessibility>
<atkproperty name="AtkObject::accessible_name" translatable="yes">Preview</atkproperty>
<atkproperty name="AtkObject::accessible_description" translatable="yes">A preview of the background picture.</atkproperty>
</accessibility>
</widget>
<packing>
<property name="padding">0</property>
@ -89,6 +97,9 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<accessibility>
<atkproperty name="AtkObject::accessible_description" translatable="yes">The background picture's file name.</atkproperty>
</accessibility>
</widget>
<packing>
<property name="padding">0</property>