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)
This commit is contained in:
Matthias Clasen
2006-04-30 05:31:14 +00:00
committed by Matthias Clasen
parent 1c8e249822
commit bf937f76e5
5 changed files with 200 additions and 155 deletions

View File

@ -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);