summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-01-07 14:01:38 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-01-13 15:46:29 +0000
commitcf24bd4e14677c3dc3d64f1dc7935de679d268ce (patch)
tree0bf459ecae0b62f9aee2adf304e5c8f0f8ab72f8 /vcl
parentc675ac51e5b143da03661f504d5b6e2a31180cd6 (diff)
Keep in sync with desktop_strings[] in salplug.cxx
Items should have the same order. Only that way KDE4 will get the correct icon theme. (A regression of commit cea7cca5c8db3f273ed2c14efde45ff0e73dee7a) Change-Id: Id8ba6fadd312d5ff782de7011694fc58cdfae312 Reviewed-on: https://gerrit.libreoffice.org/7288 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 1b00be2ed1f911aec07ab2ef9432168cfa333c6d)
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/unx/desktops.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/desktops.hxx b/vcl/inc/unx/desktops.hxx
index 0515cf587f8d..5bc768d556d5 100644
--- a/vcl/inc/unx/desktops.hxx
+++ b/vcl/inc/unx/desktops.hxx
@@ -27,9 +27,9 @@ enum DesktopType {
DESKTOP_UNITY,
DESKTOP_XFCE,
DESKTOP_MATE,
+ DESKTOP_TDE,
DESKTOP_KDE,
- DESKTOP_KDE4,
- DESKTOP_TDE
+ DESKTOP_KDE4
}; // keep in sync with desktop_strings[] in salplug.cxx
#endif // INCLUDED_VCL_INC_UNX_DESKTOPS_HXX