[gtk+/gtk-2-22] Fix typo in gtkprintoperation
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-22] Fix typo in gtkprintoperation
- Date: Sun, 30 May 2010 06:41:07 +0000 (UTC)
commit 6abc5122987780724a5674668671fde1af859f12
Author: Javier Jardón <jjardon gnome org>
Date: Sat May 8 16:36:38 2010 +0200
Fix typo in gtkprintoperation
Reported by Andika Triwidada in
https://bugzilla.gnome.org/show_bug.cgi?id=618093
(cherry picked from commit 7b2024c1bd4a9b013cec4e4885211c04522a96ab)
gtk/gtkprintoperation.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c
index 7228573..b6a77b4 100644
--- a/gtk/gtkprintoperation.c
+++ b/gtk/gtkprintoperation.c
@@ -1294,7 +1294,7 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class)
PROP_HAS_SELECTION,
g_param_spec_boolean ("has-selection",
P_("Has Selection"),
- P_("TRUE if a selecion exists."),
+ P_("TRUE if a selection exists."),
FALSE,
GTK_PARAM_READWRITE));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]