Path by: Dennis Cranston <dennis_cranston@yahoo.com>
2007-08-01 Thomas Wood <thos@gnome.org> Path by: Dennis Cranston <dennis_cranston@yahoo.com> * data/appearance.glade: Add a few more mnemonics. HIG capitalization fix for a checkbutton label. svn path=/trunk/; revision=7943
This commit is contained in:
parent
3c5a53064b
commit
5a24de992f
2 changed files with 14 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-08-01 Thomas Wood <thos@gnome.org>
|
||||
|
||||
Path by: Dennis Cranston <dennis_cranston@yahoo.com>
|
||||
|
||||
* data/appearance.glade: Add a few more mnemonics. HIG capitalization
|
||||
fix for a checkbutton label.
|
||||
|
||||
2007-07-31 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* appearance-desktop.c: (wp_file_open_dialog), (desktop_init):
|
||||
|
|
|
@ -1991,7 +1991,8 @@ Text only</property>
|
|||
<property name="visible">True</property>
|
||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes">Tooltips:</property>
|
||||
<property name="label" translatable="yes">_Tooltips:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">tooltip_bg_colorbutton</property>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -2168,7 +2169,7 @@ Text only</property>
|
|||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="label" translatable="yes">Reset to Defaults</property>
|
||||
<property name="label" translatable="yes">_Reset to Defaults</property>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
|
@ -2399,7 +2400,9 @@ Text only</property>
|
|||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<widget class="GtkLabel" id="cursor_size_label">
|
||||
<property name="label" translatable="yes">Size:</property>
|
||||
<property name="label" translatable="yes">_Size:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">cursor_size_scale</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -2733,7 +2736,7 @@ Text only</property>
|
|||
<widget class="GtkCheckButton" id="save_background_checkbutton">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Save _Background Image</property>
|
||||
<property name="label" translatable="yes">Save _background image</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue