summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2019-07-15 08:11:25 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2019-07-15 10:54:51 +0200
commite6a77656736ede0761bbe393d487140b9429d05f (patch)
tree6525027098e9f6bf4b17a455d5f0c5406a6ea462 /vcl
parent49b27f0662ca6786addd443ea23e9650b6f5521a (diff)
KDE5 renaming KDE5 to PLASMA5 hasn't happend yet
Change-Id: I1b9ae8de562026d609a13bcf9c13c6fa6dd08f34 Reviewed-on: https://gerrit.libreoffice.org/75608 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/kde5/KDE5SalInstance.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/kde5/KDE5SalInstance.cxx b/vcl/unx/kde5/KDE5SalInstance.cxx
index f253731a85c9..b1b8eb59375f 100644
--- a/vcl/unx/kde5/KDE5SalInstance.cxx
+++ b/vcl/unx/kde5/KDE5SalInstance.cxx
@@ -52,7 +52,7 @@ SalFrame* KDE5SalInstance::CreateFrame(SalFrame* pParent, SalFrameStyleFlags nSt
bool KDE5SalInstance::hasNativeFileSelection() const
{
- if (Application::GetDesktopEnvironment() == "PLASMA5")
+ if (Application::GetDesktopEnvironment() == "KDE5")
return true;
return Qt5Instance::hasNativeFileSelection();
}