summaryrefslogtreecommitdiff
path: root/gtk/gtkprinteroption.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@localhost.localdomain>2006-04-30 05:31:14 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-04-30 05:31:14 +0000
commitbf937f76e5b875dceea286e05b9fb0cfe1f01edf (patch)
tree293c2c731b437ebe106a1279592d1d7017c3a9cc /gtk/gtkprinteroption.c
parent1c8e2498222330a2c7883ae7f0b69990a7980c67 (diff)
downloadgtk+-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprinteroption.c b/gtk/gtkprinteroption.c
index 7aee3820af..92aac67901 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);