diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 13:07:34 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 15:08:42 -0500 |
commit | 2a45418b673d10f60e9334ebcfa493f125d26e02 (patch) | |
tree | bd459a39a8aae3ade27524b5e1199eb38d972c25 /gtk/gtkpagesetup.c | |
parent | c3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff) | |
download | gtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz |
docs: use proper quotes
Diffstat (limited to 'gtk/gtkpagesetup.c')
-rw-r--r-- | gtk/gtkpagesetup.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkpagesetup.c b/gtk/gtkpagesetup.c index 100d3fc6f6..83ec00f17d 100644 --- a/gtk/gtkpagesetup.c +++ b/gtk/gtkpagesetup.c @@ -37,7 +37,7 @@ * long before user prints. * * ## Margins ## {#print-margins} - * The margins specified in this object are the "print margins", i.e. the + * The margins specified in this object are the “print margins”, i.e. the * parts of the page that the printer cannot print on. These are different * from the layout margins that a word processor uses; they are typically * used to determine the minimal size for the layout @@ -608,7 +608,7 @@ string_to_enum (GType type, * @setup: a #GtkPageSetup * @key_file: the #GKeyFile to retrieve the page_setup from * @group_name: (allow-none): the name of the group in the key_file to read, or %NULL - * to use the default name "Page Setup" + * to use the default name “Page Setup” * @error: (allow-none): return location for an error, or %NULL * * Reads the page setup from the group @group_name in the key file @@ -696,7 +696,7 @@ out: * gtk_page_setup_new_from_key_file: * @key_file: the #GKeyFile to retrieve the page_setup from * @group_name: (allow-none): the name of the group in the key_file to read, or %NULL - * to use the default name "Page Setup" + * to use the default name “Page Setup” * @error: (allow-none): return location for an error, or %NULL * * Reads the page setup from the group @group_name in the key file @@ -789,7 +789,7 @@ enum_to_string (GType type, * @setup: a #GtkPageSetup * @key_file: the #GKeyFile to save the page setup to * @group_name: the group to add the settings to in @key_file, - * or %NULL to use the default name "Page Setup" + * or %NULL to use the default name “Page Setup” * * This function adds the page setup from @setup to @key_file. * |