| commit | 95d7d13205c05c2114a6d3bc2c4538246b22f3e0 | [log] |
|---|---|---|
| author | Tomáš Chvátal <tchvatal@suse.com> | Wed Jan 08 13:25:05 2020 +0100 |
| committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | Wed Jan 08 15:40:41 2020 +0100 |
| tree | ba9e6515ce9fb8fdac42527d8f430c54076d0189 | |
| parent | 46b469d58a0e6b8fbe5888045c272159154a0705 [diff] |
tdf#129879 Fix wrong order of buttons Change-Id: I0cb135c5b8298fd7c5579673d0eaff7068a03842 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86426 Tested-by: Jenkins Reviewed-by: Tomáš Chvátal <tchvatal@suse.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx index 981ac62..9c5a363 100644 --- a/vcl/source/window/layout.cxx +++ b/vcl/source/window/layout.cxx
@@ -718,8 +718,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]; }