forked from AuroraMiddleware/gtk
Fix a typo. String change ! (#406160, Stephane Raimbault)
2007-04-29 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/cups/gtkprintbackendcups.c: Fix a typo. String change ! (#406160, Stephane Raimbault) svn path=/trunk/; revision=17692
This commit is contained in:
parent
4e316dd99e
commit
a59a315050
@ -1,3 +1,8 @@
|
||||
2007-04-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* modules/printbackends/cups/gtkprintbackendcups.c: Fix a
|
||||
typo. String change ! (#406160, Stephane Raimbault)
|
||||
|
||||
2007-04-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
|
@ -2256,7 +2256,7 @@ cups_printer_get_options (GtkPrinter *printer,
|
||||
{
|
||||
gchar *custom_name;
|
||||
|
||||
custom_name = g_strdup_printf (_("Custom.%2fx%.2f"),
|
||||
custom_name = g_strdup_printf (_("Custom %.2fx%.2f"),
|
||||
gtk_paper_size_get_width (paper_size, GTK_UNIT_POINTS),
|
||||
gtk_paper_size_get_height (paper_size, GTK_UNIT_POINTS));
|
||||
strncpy (option->defchoice, custom_name, PPD_MAX_NAME);
|
||||
|
Loading…
Reference in New Issue
Block a user