| commit | 4f0d4c9387eb1d73f96b9072128cff2038f6c61a | [log] |
|---|---|---|
| author | Tomáš Chvátal <tchvatal@suse.com> | Wed Jan 08 13:25:05 2020 +0100 |
| committer | Tomáš Chvátal <tchvatal@suse.com> | Wed Jan 08 15:35:20 2020 +0100 |
| tree | 51315ea91cd6522cea60ae05124307609f404ee2 | |
| parent | 16f8807a9255359da53e980185591e356166e414 [diff] |
tdf#129879 Fix wrong order of buttons Change-Id: I0cb135c5b8298fd7c5579673d0eaff7068a03842 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86425 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Jenkins
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx index fbada38..be8313c 100644 --- a/vcl/source/window/layout.cxx +++ b/vcl/source/window/layout.cxx
@@ -722,8 +722,8 @@ const OUString &rEnv = Application::GetDesktopEnvironment(); if (rEnv.equalsIgnoreAsciiCase("windows") || rEnv.equalsIgnoreAsciiCase("tde") || rEnv.startsWithIgnoreAsciiCase("kde")) rEnv.equalsIgnoreAsciiCase("lxqt") || rEnv.startsWithIgnoreAsciiCase("plasma")) { pOrder = &aSaveDiscardCancel[0]; }