diff options
Diffstat (limited to 'gdk/win32')
-rw-r--r-- | gdk/win32/gdkdnd-win32.c | 4 | ||||
-rw-r--r-- | gdk/win32/gdkevents-win32.c | 6 | ||||
-rw-r--r-- | gdk/win32/gdkmain-win32.c | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gdk/win32/gdkdnd-win32.c b/gdk/win32/gdkdnd-win32.c index 6b350592a9..d74e74c9a0 100644 --- a/gdk/win32/gdkdnd-win32.c +++ b/gdk/win32/gdkdnd-win32.c @@ -48,7 +48,7 @@ * * As such, the data type conversion from gdk selection targets to OLE2 CF_* data * type specifiers is partially hardwired. Fixing this is complicated by (a) the - * fact that the widget's declared selection types aren't accessible in calls here + * fact that the widget’s declared selection types aren't accessible in calls here * that need to declare the corresponding OLE2 data types, and (b) there isn't a * 1-1 correspondence between gdk target types and OLE2 types. The former needs * some redesign in gtk dnd (something a gdk/gtk expert should do; I have tried @@ -375,7 +375,7 @@ get_suggested_action (DWORD grfKeyState) } /* Process pending events -- we don't want to service non-GUI events - * forever so do one iteration and then do more only if there's a + * forever so do one iteration and then do more only if there’s a * pending GDK event. */ static void diff --git a/gdk/win32/gdkevents-win32.c b/gdk/win32/gdkevents-win32.c index 6106318bfd..9757da8ea8 100644 --- a/gdk/win32/gdkevents-win32.c +++ b/gdk/win32/gdkevents-win32.c @@ -1009,13 +1009,13 @@ apply_event_filters (GdkWindow *window, * On Windows, transient windows will not have their own taskbar entries. * Because of this, we must hide and restore groups of transients in both * directions. That is, all transient children must be hidden or restored - * with this window, but if this window's transient owner also has a - * transient owner then this window's transient owner must be hidden/restored + * with this window, but if this window’s transient owner also has a + * transient owner then this window’s transient owner must be hidden/restored * with this one. And etc, up the chain until we hit an ancestor that has no * transient owner. * * It would be a good idea if applications don't chain transient windows - * together. There's a limit to how much evil GTK can try to shield you + * together. There’s a limit to how much evil GTK can try to shield you * from. */ static void diff --git a/gdk/win32/gdkmain-win32.c b/gdk/win32/gdkmain-win32.c index 81b7455487..459b0f5b61 100644 --- a/gdk/win32/gdkmain-win32.c +++ b/gdk/win32/gdkmain-win32.c @@ -158,7 +158,7 @@ _gdk_other_api_failed (const gchar *where, * have to be g_free()d. The buffer is of bounded size and reused * cyclically. Thus the return value is valid only until that part of * the buffer happens to get reused. This doesn't matter as this - * function's return value is used in debugging output right after the call, + * function’s return value is used in debugging output right after the call, * and the return value isn't used after that. */ static gchar * |