summaryrefslogtreecommitdiff
path: root/gtk/gtkwin32embed.h
diff options
context:
space:
mode:
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