diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-03-12 11:46:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-03-12 11:48:43 +0200 |
commit | 8aa579830b20072af8d6e149d6b279362fe98b91 (patch) | |
tree | 7c3334fe00ef3da3c0765af3ff1b4c547fd321a7 /desktop/unx | |
parent | fde00c42b169d80c9fe850d4876a0d0e5d6744a6 (diff) |
Write HiDPI consistently without a hyphen
Hopefully makes it easier to find locations in the code related to
HiDPI issues.
Change-Id: I2b4e5ff6d66c0ca5792250c3fd0d42eeb59eb3ef
Diffstat (limited to 'desktop/unx')
-rw-r--r-- | desktop/unx/source/splashx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c index e03fc094abcb..9136876aa9df 100644 --- a/desktop/unx/source/splashx.c +++ b/desktop/unx/source/splashx.c @@ -554,7 +554,7 @@ static sal_Bool isHiDPI(struct splash* splash) double nDPI; /* - * GNOME currently enables hi-dpi support when the screen resolution is at least 192 dpi + * GNOME currently enables HiDPI support when the screen resolution is at least 192 dpi * and the screen height (in device pixels) is at least 1200. */ |