From e6a77656736ede0761bbe393d487140b9429d05f Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Mon, 15 Jul 2019 08:11:25 +0200 Subject: KDE5 renaming KDE5 to PLASMA5 hasn't happend yet Change-Id: I1b9ae8de562026d609a13bcf9c13c6fa6dd08f34 Reviewed-on: https://gerrit.libreoffice.org/75608 Reviewed-by: Michael Weghorn Tested-by: Jenkins --- vcl/unx/kde5/KDE5SalInstance.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') 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(); } -- cgit