summaryrefslogtreecommitdiff
path: root/gtk/gtkwin32embed.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 13:07:34 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 15:08:42 -0500
commit2a45418b673d10f60e9334ebcfa493f125d26e02 (patch)
treebd459a39a8aae3ade27524b5e1199eb38d972c25 /gtk/gtkwin32embed.h
parentc3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff)
downloadgtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz
docs: use proper quotes
Diffstat (limited to 'gtk/gtkwin32embed.h')
-rw-r--r--gtk/gtkwin32embed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkwin32embed.h b/gtk/gtkwin32embed.h
index b6da80e52f..6694a6044b 100644
--- a/gtk/gtkwin32embed.h
+++ b/gtk/gtkwin32embed.h
@@ -31,8 +31,8 @@ G_BEGIN_DECLS
* registered window messages. The name passed to
* RegisterWindowMessage() is gtk-win32-embed:%d, with %d being the
* numeric value of an GtkWin32EmbedMessageType enum. Each message
- * carries the message type enum value and two integers, the "wparam"
- * and "lparam", like all window messages.
+ * carries the message type enum value and two integers, the “wparam”
+ * and “lparam”, like all window messages.
*
* So far all the window messages are posted to the other
* process. Maybe some later enhancement will add also messages that