diff options
author | Timothy Pearson <[email protected]> | 2012-06-14 16:48:07 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-14 16:48:07 -0500 |
commit | 9802ec5cd466cf965a1cdf20c5f4020349fd2085 (patch) | |
tree | 627f8a8e76d233754e95c75b5bdc9d6fdce646a6 /cert-updater/main.cpp | |
parent | 9209cf5561e12592475f1e57cafa84235152f450 (diff) | |
download | kcmldapcontroller-9802ec5cd466cf965a1cdf20c5f4020349fd2085.tar.gz kcmldapcontroller-9802ec5cd466cf965a1cdf20c5f4020349fd2085.zip |
Fix typo
Diffstat (limited to 'cert-updater/main.cpp')
-rw-r--r-- | cert-updater/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cert-updater/main.cpp b/cert-updater/main.cpp index 4afc5ce..d516325 100644 --- a/cert-updater/main.cpp +++ b/cert-updater/main.cpp @@ -59,12 +59,12 @@ int uploadKerberosCAFileToLDAP(LDAPManager* ldap_mgr, TQString* errstr) { int main(int argc, char *argv[]) { - KAboutData aboutData( "primaryrccertupdater", I18N_NOOP("Real Certificate Updater"), + KAboutData aboutData( "primaryrccertupdater", I18N_NOOP("Realm Certificate Updater"), version, description, KAboutData::License_GPL, "(c) 2012, Timothy Pearson"); aboutData.addAuthor("Timothy Pearson",0, "[email protected]"); KCmdLineArgs::init( argc, argv, &aboutData ); - KApplication::disableAutoDcopRegistration(); + KApplication::disableAutoDcopRegistration(); KApplication app(false, false); |