Make the translators tab of the About dialog appear
commite4bdbb3604853aa0760465cc1d0a47d84e41ea35
authorAlbert Astals Cid <aacid@kde.org>
Sat, 16 Jan 2016 12:20:52 +0000 (16 13:20 +0100)
committerAlbert Astals Cid <aacid@kde.org>
Sat, 16 Jan 2016 12:20:52 +0000 (16 13:20 +0100)
tree636827728e1475735ac88b8bd33bddb83bbc6b33
parentbb7f2dcd76039f1542fe679ee2c292cfe01404e3
Make the translators tab of the About dialog appear

Use KLocalizedString::setApplicationDomain, it's the correct thing for apps

Ideally one would remove -DTRANSLATION_DOMAIN= since it's mainly for libraries but in
this case there's core and console folders that even if not libraries make it harder
to remove -DTRANSLATION_DOMAIN= and make sure everything still works
so leaving the -DTRANSLATION_DOMAIN= since it doesn't hurt to have both
pimsettingexporter/gui/main.cpp