forked from AuroraMiddleware/gtk
Change the Caps Lock warning to the more neutral "Caps Lock is on".
009-01-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c: Change the Caps Lock warning to the more neutral "Caps Lock is on". Requested by Wouter Bolsterlee svn path=/trunk/; revision=22166
This commit is contained in:
parent
1948867311
commit
d2367d9403
@ -6,6 +6,11 @@
|
|||||||
* gdk/win32/gdkcursor-win32.c (hcursor_from_type): Implement
|
* gdk/win32/gdkcursor-win32.c (hcursor_from_type): Implement
|
||||||
creating a GDK_BLANK_CURSOR.
|
creating a GDK_BLANK_CURSOR.
|
||||||
|
|
||||||
|
2009-01-21 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkentry.c: Change the Caps Lock warning to the more
|
||||||
|
neutral "Caps Lock is on". Requested by Wouter Bolsterlee
|
||||||
|
|
||||||
2009-01-21 Matthias Clasen <mclasen@redhat.com>
|
2009-01-21 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 568552 – gtk_combo + gtk entry in invisible mode takes 100% cpu
|
Bug 568552 – gtk_combo + gtk entry in invisible mode takes 100% cpu
|
||||||
|
@ -9598,7 +9598,7 @@ keymap_state_changed (GdkKeymap *keymap,
|
|||||||
if (!entry->visible && priv->caps_lock_warning)
|
if (!entry->visible && priv->caps_lock_warning)
|
||||||
{
|
{
|
||||||
if (gdk_keymap_get_caps_lock_state (keymap))
|
if (gdk_keymap_get_caps_lock_state (keymap))
|
||||||
text = _("You have the Caps Lock key on");
|
text = _("Caps Lock is on");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (text)
|
if (text)
|
||||||
|
Loading…
Reference in New Issue
Block a user