diff options
author | Matthias Clasen <mclasen@localhost.localdomain> | 2006-04-30 05:31:14 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-04-30 05:31:14 +0000 |
commit | bf937f76e5b875dceea286e05b9fb0cfe1f01edf (patch) | |
tree | 293c2c731b437ebe106a1279592d1d7017c3a9cc /gtk/gtkprinteroption.c | |
parent | 1c8e2498222330a2c7883ae7f0b69990a7980c67 (diff) | |
download | gdk-pixbuf-bf937f76e5b875dceea286e05b9fb0cfe1f01edf.tar.gz |
Improve the print dialog layout, mark some more strings for translation.
2006-04-30 Matthias Clasen <mclasen@localhost.localdomain>
* gtk/gtkprinteroption.c:
* gtk/gtkprinteroptionwidget.c:
* gtk/gtkprintunixdialog.c: Improve the print dialog layout,
mark some more strings for translation. (#340139, Christian Persch)
Diffstat (limited to 'gtk/gtkprinteroption.c')
-rw-r--r-- | gtk/gtkprinteroption.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprinteroption.c b/gtk/gtkprinteroption.c index 7aee3820a..92aac6790 100644 --- a/gtk/gtkprinteroption.c +++ b/gtk/gtkprinteroption.c @@ -128,7 +128,7 @@ gtk_printer_option_set (GtkPrinterOption *option, } if (i == option->num_choices) - return; /* Not found in availible choices */ + return; /* Not found in available choices */ } g_free (option->value); |