diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 14:50:22 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 15:08:42 -0500 |
commit | 47469eb2966a7695f64fce1dbb8441f4b3ac6ecb (patch) | |
tree | dcb3ac50eb13b95facd5612dc7f7d24982f6e0e1 /gdk/gdkscreen.c | |
parent | 2a45418b673d10f60e9334ebcfa493f125d26e02 (diff) | |
download | gtk+-47469eb2966a7695f64fce1dbb8441f4b3ac6ecb.tar.gz |
Use proper quotes in gdk
Diffstat (limited to 'gdk/gdkscreen.c')
-rw-r--r-- | gdk/gdkscreen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkscreen.c b/gdk/gdkscreen.c index 9423b8d195..22479a930b 100644 --- a/gdk/gdkscreen.c +++ b/gdk/gdkscreen.c @@ -443,7 +443,7 @@ gdk_screen_get_font_options (GdkScreen *screen) /** * gdk_screen_set_resolution: * @screen: a #GdkScreen - * @dpi: the resolution in "dots per inch". (Physical inches aren't actually + * @dpi: the resolution in “dots per inch”. (Physical inches aren't actually * involved; the terminology is conventional.) * Sets the resolution for font handling on the screen. This is a @@ -814,7 +814,7 @@ gdk_screen_get_monitor_geometry (GdkScreen *screen, * the monitor workarea * * Retrieves the #GdkRectangle representing the size and position of - * the "work area" on a monitor within the entire screen area. + * the “work area” on a monitor within the entire screen area. * * The work area should be considered when positioning menus and * similar popups, to avoid placing them below panels, docks or other |