forked from AuroraMiddleware/gtk
Fix typo in gtkprintoperation
Reported by Andika Triwidada in https://bugzilla.gnome.org/show_bug.cgi?id=618093
This commit is contained in:
parent
41d36aef3c
commit
7b2024c1bd
@ -1294,7 +1294,7 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class)
|
|||||||
PROP_HAS_SELECTION,
|
PROP_HAS_SELECTION,
|
||||||
g_param_spec_boolean ("has-selection",
|
g_param_spec_boolean ("has-selection",
|
||||||
P_("Has Selection"),
|
P_("Has Selection"),
|
||||||
P_("TRUE if a selecion exists."),
|
P_("TRUE if a selection exists."),
|
||||||
FALSE,
|
FALSE,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user