aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/i18n/mlocale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/i18n/mlocale.cpp')
-rw-r--r--src/corelib/i18n/mlocale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/i18n/mlocale.cpp b/src/corelib/i18n/mlocale.cpp
index 7c1c18af..94889b2c 100644
--- a/src/corelib/i18n/mlocale.cpp
+++ b/src/corelib/i18n/mlocale.cpp
@@ -209,7 +209,7 @@ bool MTranslationCatalog::loadWith(MLocale *mlocale, MLocale::Category category)
return true;
}
else {
- QString delims("_.");
+ QString delims("_.@");
QString engineeringEnglishName = fname;
fname += '_' + mlocale->categoryName(category);
for (;;) {