diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2015-04-17 10:10:58 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2015-04-17 13:39:48 -0500 |
commit | a017031beed209e1f6ab1c0a91072c5f77fe584c (patch) | |
tree | 488b94c36061ffaf374e451533f4d5cb12b96110 /gtk/gtkenums.h | |
parent | 9769e75a45807847d5319890ad4740d29dd9df11 (diff) | |
download | gtk+-a017031beed209e1f6ab1c0a91072c5f77fe584c.tar.gz |
GtkMessageDialog: Minor documentation update
Icons went away in 3.12
https://bugzilla.gnome.org/show_bug.cgi?id=748061
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r-- | gtk/gtkenums.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 6322f126fa..c8dc5b5f2f 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -270,7 +270,7 @@ typedef enum * @GTK_MESSAGE_WARNING: Non-fatal warning message * @GTK_MESSAGE_QUESTION: Question requiring a choice * @GTK_MESSAGE_ERROR: Fatal error message - * @GTK_MESSAGE_OTHER: None of the above, doesn’t get an icon + * @GTK_MESSAGE_OTHER: None of the above * * The type of message being displayed in the dialog. */ |