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/gtkassistant.h | |
parent | c3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff) | |
download | gtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz |
docs: use proper quotes
Diffstat (limited to 'gtk/gtkassistant.h')
-rw-r--r-- | gtk/gtkassistant.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkassistant.h b/gtk/gtkassistant.h index c41b02a350..1a70e703bf 100644 --- a/gtk/gtkassistant.h +++ b/gtk/gtkassistant.h @@ -64,7 +64,7 @@ G_BEGIN_DECLS * %GTK_ASSISTANT_PAGE_CONFIRM, %GTK_ASSISTANT_PAGE_SUMMARY or * %GTK_ASSISTANT_PAGE_PROGRESS to be correct. * - * The Cancel button will only be shown if the page isn't "committed". + * The Cancel button will only be shown if the page isn't “committed”. * See gtk_assistant_commit() for details. */ typedef enum @@ -125,8 +125,8 @@ struct _GtkAssistantClass * * A function used by gtk_assistant_set_forward_page_func() to know which * is the next page given a current one. It's called both for computing the - * next page when the user presses the "forward" button and for handling - * the behavior of the "last" button. + * next page when the user presses the “forward” button and for handling + * the behavior of the “last” button. * * Returns: The next page number. */ |