gtk/gtkaccellabel.c (gtk_accel_label_class_init) Use Shift/Ctrl instead of
Thu Jul 19 14:56:33 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkaccellabel.c (gtk_accel_label_class_init) * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): Use Shift/Ctrl instead of Shft/Ctl. (#53807) Thu Jul 19 11:41:00 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkcolorsel.c: Add propery support (roughly based on patch from Lee Mallabone, #51014) * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as deprecated, since we already g_warning() on it.
This commit is contained in:
@ -123,8 +123,8 @@ gtk_accel_label_class_init (GtkAccelLabelClass *class)
|
||||
|
||||
class->signal_quote1 = g_strdup ("<:");
|
||||
class->signal_quote2 = g_strdup (":>");
|
||||
class->mod_name_shift = g_strdup ("Shft");
|
||||
class->mod_name_control = g_strdup ("Ctl");
|
||||
class->mod_name_shift = g_strdup ("Shift");
|
||||
class->mod_name_control = g_strdup ("Ctrl");
|
||||
class->mod_name_alt = g_strdup ("Alt");
|
||||
class->mod_separator = g_strdup ("+");
|
||||
class->accel_seperator = g_strdup (" / ");
|
||||
|
||||
Reference in New Issue
Block a user