summaryrefslogtreecommitdiffstats
path: root/kaddressbook/kabcore.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 11:39:45 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 11:39:45 -0500
commit30aafe977dd63a9b8996dd57c5f7cf290ada7f6d (patch)
tree0c66d00d1f2f3abce914e999eb9332125bcabae1 /kaddressbook/kabcore.cpp
parent1bc23e19f6184009f8af442b25dc7a387d60cf5d (diff)
downloadtdepim-30aafe977dd63a9b8996dd57c5f7cf290ada7f6d.tar.gz
tdepim-30aafe977dd63a9b8996dd57c5f7cf290ada7f6d.zip
Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
Diffstat (limited to 'kaddressbook/kabcore.cpp')
-rw-r--r--kaddressbook/kabcore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp
index 9caffe58..2f60f046 100644
--- a/kaddressbook/kabcore.cpp
+++ b/kaddressbook/kabcore.cpp
@@ -1410,7 +1410,7 @@ void KABCore::initActions()
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." ) );
- mActionWhoAmI = new TDEAction( i18n( "Set as Personal Contact Data" ), "personal", 0, this,
+ mActionWhoAmI = new TDEAction( i18n( "Set as Personal Contact Data" ), "preferences-desktop-personal", 0, this,
TQT_SLOT( setWhoAmI() ), actionCollection(),
"edit_set_personal" );
mActionWhoAmI->setWhatsThis( i18n( "Set the personal contact<p>The data of this contact will be used in many other TDE applications, so you do not have to input your personal data several times." ) );