diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:51:12 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:51:12 -0500 |
commit | d59f74e30fb3df4bfd516cf813a05702acc0c801 (patch) | |
tree | 4057a47256692a94f7a6c071216339a5cabd6b4a /kaddressbook | |
parent | 267521c81f896cfbfcf4fbff69411d189114e855 (diff) | |
download | tdepim-d59f74e30fb3df4bfd516cf813a05702acc0c801.tar.gz tdepim-d59f74e30fb3df4bfd516cf813a05702acc0c801.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'kaddressbook')
-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 dbd90642b..c17a70c68 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -1406,7 +1406,7 @@ void KABCore::initActions() action->setWhatsThis( i18n( "You will be presented with a dialog, that offers you all possibilities to configure KAddressBook." ) ); // misc - action = new TDEAction( i18n( "&Lookup Addresses in LDAP Directory..." ), "find", 0, + action = new TDEAction( i18n( "&Lookup Addresses in LDAP Directory..." ), "edit-find", 0, this, TQT_SLOT( openLDAPDialog() ), actionCollection(), "ldap_lookup" ); action->setWhatsThis( i18n( "Search for contacts on a LDAP server<p>You will be presented with a dialog, where you can search for contacts and select the ones you want to add to your local address book." ) ); |