author | zautrix <zautrix> | 2005-03-29 19:00:52 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-03-29 19:00:52 (UTC) |
commit | d6e5d0b71d6a6727fbfef895a814e046a2a99aae (patch) (side-by-side diff) | |
tree | 2bc757ab32fda4a2c1b4ad78cc99621ef3466415 /kaddressbook/kabcore.cpp | |
parent | b70d9695bb6a2d567b75965c0530792ad90c84a3 (diff) | |
download | kdepimpi-d6e5d0b71d6a6727fbfef895a814e046a2a99aae.zip kdepimpi-d6e5d0b71d6a6727fbfef895a814e046a2a99aae.tar.gz kdepimpi-d6e5d0b71d6a6727fbfef895a814e046a2a99aae.tar.bz2 |
fixes
-rw-r--r-- | kaddressbook/kabcore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index e1a490d..3650b20 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -313,7 +313,7 @@ KABCore::KABCore( KXMLGUIClient *client, bool readWrite, QWidget *parent, const SLOT( addressBookChanged() ) ); #if 0 - // LP moved to addressbook init method + // LR moved to addressbook init method mAddressBook->addCustomField( i18n( "Department" ), KABC::Field::Organization, "X-Department", "KADDRESSBOOK" ); mAddressBook->addCustomField( i18n( "Profession" ), KABC::Field::Organization, |