aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-05-12 16:39:07 +0000
committerGravatar Elvio Basello2008-05-12 16:39:07 +0000
commit0fbf2f2c5a50c9c366decb30edc2fffca34fe571 (patch)
treed0421fe902d7433a4ff76302a3ac370413d5d998 /src/modules/theme
parentremoved old unused dir (diff)
downloadKVIrc-0fbf2f2c5a50c9c366decb30edc2fffca34fe571.tar.gz
KVIrc-0fbf2f2c5a50c9c366decb30edc2fffca34fe571.tar.bz2
KVIrc-0fbf2f2c5a50c9c366decb30edc2fffca34fe571.zip
quick fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1755 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme')
-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 6d4a6142c..a67f06328 100644
--- a/src/modules/theme/packthemedialog.cpp
+++ b/src/modules/theme/packthemedialog.cpp
@@ -385,7 +385,7 @@ bool KviPackThemeDialog::packTheme()
QString szTmp = QDateTime::currentDateTime().toString();
f.addInfoField("PackageType","ThemePack");
- f.addInfoField("ThemePackVersion","1");
+ f.addInfoField("ThemePackVersion",KVI_CURRENT_THEME_ENGINE_VERSION);
f.addInfoField("Name",szPackageName);
f.addInfoField("Version",szPackageVersion);
f.addInfoField("Author",szPackageAuthor);