forked from AuroraMiddleware/gtk
Improve a string
svn path=/trunk/; revision=20995
This commit is contained in:
parent
d6ab77ea70
commit
785b5f1b3f
17
ChangeLog
17
ChangeLog
@ -1,3 +1,20 @@
|
||||
2008-08-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtksettings.c: Improve a setting nick: 'aureal' is not really
|
||||
a word, use 'audible' instead.
|
||||
|
||||
2008-08-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 382291 – Automatically dim the combobox when the model is empty
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
* gtkcombobox.[hc]: Add a GtkComboBox::button-sensitivity
|
||||
property with getter and setter to control the sensitity of
|
||||
empty combo boxes. Patch by Carlos Garnacho, Sven Herzberg,
|
||||
Christian Dywan and others.
|
||||
|
||||
* README.in: Add a note about automatic combobox sensitivity.
|
||||
|
||||
2008-08-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tests/Makefile.am: Skip crossingevents test when
|
||||
|
@ -913,7 +913,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
result = settings_install_property_parser (class,
|
||||
g_param_spec_boolean ("gtk-enable-input-feedback-sounds",
|
||||
/* Translators: this means sounds that are played as feedback to user input */
|
||||
P_("Aureal Input Feedback"),
|
||||
P_("Audible Input Feedback"),
|
||||
P_("Whether to play event sounds as feedback to user input"),
|
||||
TRUE,
|
||||
GTK_PARAM_READWRITE),
|
||||
|
Loading…
Reference in New Issue
Block a user