aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/PackThemeDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme/PackThemeDialog.cpp')
-rw-r--r--src/modules/theme/PackThemeDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/PackThemeDialog.cpp b/src/modules/theme/PackThemeDialog.cpp
index dc92c62a7..c3f07d443 100644
--- a/src/modules/theme/PackThemeDialog.cpp
+++ b/src/modules/theme/PackThemeDialog.cpp
@@ -476,7 +476,7 @@ bool PackThemeDialog::packTheme()
szTmp = date.toString(Qt::ISODate);
break;
case 2:
- szTmp = date.toString(Qt::SystemLocaleDate);
+ szTmp = date.toString(Qt::SystemLocaleShortDate);
break;
}