aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/kpsion/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kde2/kpsion/main.cpp')
-rw-r--r--kde2/kpsion/main.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/kde2/kpsion/main.cpp b/kde2/kpsion/main.cpp
index 60c9a77..d8d1c10 100644
--- a/kde2/kpsion/main.cpp
+++ b/kde2/kpsion/main.cpp
@@ -37,7 +37,9 @@ namespace LIBPLP {
extern "C" {
#include <intl.h>
void init_libplp_i18n() {
+#ifdef HAVE_BINDTEXTDOMAIN_CODESET
bind_textdomain_codeset(PACKAGE, "latin1");
+#endif
textdomain(PACKAGE);
}
};
@@ -58,7 +60,8 @@ static KCmdLineOptions options[] = {
int main(int argc, char **argv) {
KAboutData *about = new KAboutData("kpsion", I18N_NOOP("KPsion"),
- VERSION, I18N_NOOP("Psion connectivity utility"),
+ VERSION,
+ I18N_NOOP("Psion connectivity utility"),
KAboutData::License_GPL,
"(C) 2001, Fritz Elfert", 0L,
"http://plptools.sourceforge.net",