diff options
author | Ken Moore <ken@pcbsd.org> | 2016-09-20 10:31:46 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2016-09-20 10:31:46 -0400 |
commit | 2917243d36db885fe6dcadb3e082c063f75ffb46 (patch) | |
tree | edb28967e747bd643f721726fd23efdc3228930c | |
parent | Rename all the lumina-textedit i18n files (diff) | |
download | lumina-2917243d36db885fe6dcadb3e082c063f75ffb46.tar.gz lumina-2917243d36db885fe6dcadb3e082c063f75ffb46.tar.bz2 lumina-2917243d36db885fe6dcadb3e082c063f75ffb46.zip |
Update main.cpp to use the new filename for the translation files.
-rw-r--r-- | src-qt5/desktop-utils/lumina-textedit/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/main.cpp b/src-qt5/desktop-utils/lumina-textedit/main.cpp index 17fbc6e1..f4ee02cf 100644 --- a/src-qt5/desktop-utils/lumina-textedit/main.cpp +++ b/src-qt5/desktop-utils/lumina-textedit/main.cpp @@ -15,7 +15,7 @@ int main(int argc, char *argv[]) { LTHEME::LoadCustomEnvSettings(); QApplication a(argc, argv); - LUtils::LoadTranslation(&a, "lumina-textedit"); + LUtils::LoadTranslation(&a, "l-te"); //Now go ahead and setup the app LuminaThemeEngine theme(&a); QStringList args; |