author | zautrix <zautrix> | 2005-03-16 21:16:24 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-03-16 21:16:24 (UTC) |
commit | b7184073d5e552e0f04b14c5fc0c20a7bfd26d3d (patch) (unidiff) | |
tree | 3e74cd9653c0aa4f65dd4658369662c93c3005aa /kaddressbook | |
parent | 3f6f846915ac28e623e1f04201b233111d8bbbdf (diff) | |
download | kdepimpi-b7184073d5e552e0f04b14c5fc0c20a7bfd26d3d.zip kdepimpi-b7184073d5e552e0f04b14c5fc0c20a7bfd26d3d.tar.gz kdepimpi-b7184073d5e552e0f04b14c5fc0c20a7bfd26d3d.tar.bz2 |
some fixes
-rw-r--r-- | kaddressbook/kabcore.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index 3b1a0c1..3f7a7da 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp | |||
@@ -2202,13 +2202,14 @@ void KABCore::addActionsManually() | |||
2202 | 2202 | ||
2203 | mActionSetFormattedName->plug( changeMenu ); | 2203 | mActionSetFormattedName->plug( changeMenu ); |
2204 | mActionRemoveVoice->plug( changeMenu ); | 2204 | mActionRemoveVoice->plug( changeMenu ); |
2205 | // settings menu | 2205 | // settingsmings menu |
2206 | //US special menuentry to configure the addressbook resources. On KDE | 2206 | //US special menuentry to configure the addressbook resources. On KDE |
2207 | // you do that through the control center !!! | 2207 | // you do that through the control center !!! |
2208 | mActionConfigResources->plug( settingsMenu ); | 2208 | // settingsMenu->insertSeparator(); |
2209 | settingsMenu->insertSeparator(); | ||
2210 | 2209 | ||
2211 | mActionConfigKAddressbook->plug( settingsMenu ); | 2210 | mActionConfigKAddressbook->plug( settingsMenu, 0 ); |
2211 | mActionConfigResources->plug( settingsMenu,1 ); | ||
2212 | settingsMenu->insertSeparator(2); | ||
2212 | 2213 | ||
2213 | if ( mIsPart ) { | 2214 | if ( mIsPart ) { |
2214 | //US not implemented yet | 2215 | //US not implemented yet |