forked from AuroraMiddleware/gtk
Clarify the label for the empty list. String change. (#95446, Tomas
Wed Nov 12 21:00:10 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the label for the empty list. String change. (#95446, Tomas Ögren)
This commit is contained in:
parent
224cfe0763
commit
f3c0fd5991
@ -1,3 +1,8 @@
|
|||||||
|
Wed Nov 12 21:00:10 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
|
||||||
|
label for the empty list. String change. (#95446, Tomas Ögren)
|
||||||
|
|
||||||
Wed Nov 12 20:57:50 2003 Matthias Clasen <maclas@gmx.de>
|
Wed Nov 12 20:57:50 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
|
* gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Wed Nov 12 21:00:10 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
|
||||||
|
label for the empty list. String change. (#95446, Tomas Ögren)
|
||||||
|
|
||||||
Wed Nov 12 20:57:50 2003 Matthias Clasen <maclas@gmx.de>
|
Wed Nov 12 20:57:50 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
|
* gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Wed Nov 12 21:00:10 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
|
||||||
|
label for the empty list. String change. (#95446, Tomas Ögren)
|
||||||
|
|
||||||
Wed Nov 12 20:57:50 2003 Matthias Clasen <maclas@gmx.de>
|
Wed Nov 12 20:57:50 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
|
* gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Wed Nov 12 21:00:10 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
|
||||||
|
label for the empty list. String change. (#95446, Tomas Ögren)
|
||||||
|
|
||||||
Wed Nov 12 20:57:50 2003 Matthias Clasen <maclas@gmx.de>
|
Wed Nov 12 20:57:50 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
|
* gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Wed Nov 12 21:00:10 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
|
||||||
|
label for the empty list. String change. (#95446, Tomas Ögren)
|
||||||
|
|
||||||
Wed Nov 12 20:57:50 2003 Matthias Clasen <maclas@gmx.de>
|
Wed Nov 12 20:57:50 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
|
* gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
|
||||||
|
@ -239,7 +239,7 @@ gtk_input_dialog_init (GtkInputDialog *inputd)
|
|||||||
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (inputd)->vbox), private->main_vbox,
|
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (inputd)->vbox), private->main_vbox,
|
||||||
TRUE, TRUE, 0);
|
TRUE, TRUE, 0);
|
||||||
|
|
||||||
private->no_devices_label = gtk_label_new (_("No input devices"));
|
private->no_devices_label = gtk_label_new (_("No extended input devices"));
|
||||||
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (inputd)->vbox),
|
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (inputd)->vbox),
|
||||||
private->no_devices_label,
|
private->no_devices_label,
|
||||||
TRUE, TRUE, 0);
|
TRUE, TRUE, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user