try to make the printed header more self-explanatory (bug #503598)

2007-12-14  Jens Granseuer  <jensgr@gmx.net>

	* gnome-keyboard-properties-xkbpv.c:
	(xkb_layout_preview_draw_page): try to make the printed header more
	self-explanatory (bug #503598)

svn path=/trunk/; revision=8329
This commit is contained in:
Jens Granseuer 2007-12-14 14:25:07 +00:00 committed by Jens Granseuer
parent 2e5e4e4746
commit 22ab2e4a26
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2007-12-14 Jens Granseuer <jensgr@gmx.net>
* gnome-keyboard-properties-xkbpv.c:
(xkb_layout_preview_draw_page): try to make the printed header more
self-explanatory (bug #503598)
2007-12-11 Sergey Udaltsov <svu@gnome.org>
* gnome-keyboard-properties-xkb.c, gnome-keyboard-properties-xkblt.c,

View file

@ -163,7 +163,7 @@ xkb_layout_preview_draw_page (GtkPrintOperation *operation,
description = xkb_layout_description_utf8 (data->id);
header = g_strdup_printf
(_("%s keyboard drawn by Gnome Control Center\n"
(_("Keyboard layout \"%s\"\n"
"Copyright &#169; X.Org Foundation and "
"XKeyboardConfig contributors\n"
"For licensing see package metadata"), description);
@ -195,7 +195,7 @@ xkb_layout_preview_print (GtkWidget *kbdraw, GtkWindow *parent_window,
print = gtk_print_operation_new ();
if (settings != NULL)
if (settings != NULL)
gtk_print_operation_set_print_settings (print, settings);
g_signal_connect (print, "begin_print",