From a2968adbe0d31d116ab20b5b276950dab7767a30 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 May 2012 01:29:32 -0500 Subject: [PATCH] Fix about data --- src/ldapmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ldapmgr.cpp b/src/ldapmgr.cpp index 4c153e3..ea9d97e 100644 --- a/src/ldapmgr.cpp +++ b/src/ldapmgr.cpp @@ -106,7 +106,7 @@ LDAPConfig::LDAPConfig(TQWidget *parent, const char *name, const TQStringList&) load(); - KAboutData* about = new KAboutData("ldap", I18N_NOOP("TDE LDAP Realm Manager"), "0.1", + KAboutData* about = new KAboutData("ldapmanager", I18N_NOOP("TDE LDAP Realm Manager"), "0.1", I18N_NOOP("TDE LDAP Realm Manager Control Panel Module"), KAboutData::License_GPL, I18N_NOOP("(c) 2012 Timothy Pearson"), 0, 0);