diff options
author | Slávek Banko <[email protected]> | 2019-08-31 16:42:36 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-08-31 16:42:36 +0200 |
commit | b9d818d1be3cb6b0f9629a067df384e63794ba40 (patch) | |
tree | 2035fd46dc4a8a6ff8d618ff31999ded8f5b88d7 /kcontrol/hwmanager/hwdevicetray_main.cpp | |
parent | 969a048cd6ee684dce8f71c79cf529c1b349e482 (diff) | |
download | tdebase-b9d818d1be3cb6b0f9629a067df384e63794ba40.tar.gz tdebase-b9d818d1be3cb6b0f9629a067df384e63794ba40.zip |
Rename translation catalog for tdehwdevicetray.
Add CMakeL10n rules for kcmhwmanager and tdehwdevicetray.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kcontrol/hwmanager/hwdevicetray_main.cpp')
-rw-r--r-- | kcontrol/hwmanager/hwdevicetray_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/hwmanager/hwdevicetray_main.cpp b/kcontrol/hwmanager/hwdevicetray_main.cpp index b16f13509..9aad857f9 100644 --- a/kcontrol/hwmanager/hwdevicetray_main.cpp +++ b/kcontrol/hwmanager/hwdevicetray_main.cpp @@ -39,7 +39,7 @@ int main(int argc, char **argv) TDEAboutData aboutData("hwdevicetray", I18N_NOOP("Hardware Device Monitor"), hwdevicetrayVersion, I18N_NOOP("Hardware Device Monitor Tray Application"), TDEAboutData::License_GPL_V3, "(c) 2015 Timothy Pearson", 0L, ""); aboutData.addAuthor("Timothy Pearson",I18N_NOOP("Initial developer and maintainer"), "[email protected]"); aboutData.setProductName("hwdevices/hwdevicetray"); - TDEGlobal::locale()->setMainCatalogue("hwdevicetray"); + TDEGlobal::locale()->setMainCatalogue("tdehwdevicetray"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions(options); |