summaryrefslogtreecommitdiffstats
path: root/sessionapplet/usermanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sessionapplet/usermanager.cpp')
-rw-r--r--sessionapplet/usermanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sessionapplet/usermanager.cpp b/sessionapplet/usermanager.cpp
index 6ccd1f4..6d712e7 100644
--- a/sessionapplet/usermanager.cpp
+++ b/sessionapplet/usermanager.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2005 by Thomas Lübking *
+ * Copyright (C) 2005 by Thomas Lübking *
* thomas.luebking@web.de *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -275,7 +275,7 @@ extern "C"
{
KDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile)
{
- TDEGlobal::locale()->insertCatalogue("usermanager");
+ TDEGlobal::locale()->insertCatalogue("baghira-usermanager");
return new UserManager(configFile, KPanelApplet::Normal, KPanelApplet::About, parent, "usermanager");
}
}