diff options
author | Michele Calgaro <[email protected]> | 2014-12-27 15:34:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-12-27 15:34:25 +0900 |
commit | e4a81af96d9fd21fcbf2d4c86df1c0f0c2f77a69 (patch) | |
tree | a94ac8244e5d3b09bb68a0a0b67dc92f03b0311f | |
parent | 0537ed938f82768c5b0aff88daf7eff620c743bf (diff) | |
parent | b056d182caa853f07b2f68c6c926fdddcd1e9042 (diff) | |
download | tdebase-e4a81af96d9fd21fcbf2d4c86df1c0f0c2f77a69.tar.gz tdebase-e4a81af96d9fd21fcbf2d4c86df1c0f0c2f77a69.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
-rw-r--r-- | kpersonalizer/kcountrypage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpersonalizer/kcountrypage.cpp b/kpersonalizer/kcountrypage.cpp index 36276eca6..cec71bae8 100644 --- a/kpersonalizer/kcountrypage.cpp +++ b/kpersonalizer/kcountrypage.cpp @@ -45,7 +45,7 @@ KCountryPage::KCountryPage(TQWidget *parent, const char *name ) : KCountryPageDl b_startedLanguageChanged = false; // set appropriate Trinity version (tdeapplication.h) - txt_welcome->setText(i18n("<h3>Welcome to Trinity %1</h3>").arg(TDE_VERSION_STRING)); + txt_welcome->setText(i18n("<h3>Welcome to Trinity %1</h3>").arg(KDE::versionString())); flang = new KFindLanguage(); |