diff options
author | Timothy Pearson <[email protected]> | 2012-05-31 01:29:32 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-31 01:29:32 -0500 |
commit | a2968adbe0d31d116ab20b5b276950dab7767a30 (patch) | |
tree | 4d1f1967b1d7c1e88b074ffce692aae2adc46ca3 | |
parent | 9dc612fd768cd0ec40f7458f2f69534c1acd417a (diff) | |
download | kcmldapmanager-a2968adbe0d31d116ab20b5b276950dab7767a30.tar.gz kcmldapmanager-a2968adbe0d31d116ab20b5b276950dab7767a30.zip |
Fix about data
-rw-r--r-- | src/ldapmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |