summaryrefslogtreecommitdiffabout
path: root/kaddressbook
authorzautrix <zautrix>2005-03-07 17:41:27 (UTC)
committer zautrix <zautrix>2005-03-07 17:41:27 (UTC)
commit55c82dcc9b3c04c06b4eb73654d2b7f09a2e502c (patch) (unidiff)
tree6a9720879d45d9d324655a437c434a158ad8676c /kaddressbook
parentfa9a579e794d56677ff204d8b2a493988a1b265e (diff)
downloadkdepimpi-55c82dcc9b3c04c06b4eb73654d2b7f09a2e502c.zip
kdepimpi-55c82dcc9b3c04c06b4eb73654d2b7f09a2e502c.tar.gz
kdepimpi-55c82dcc9b3c04c06b4eb73654d2b7f09a2e502c.tar.bz2
fix or not
Diffstat (limited to 'kaddressbook') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kabcore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp
index 79f897b..3b1a0c1 100644
--- a/kaddressbook/kabcore.cpp
+++ b/kaddressbook/kabcore.cpp
@@ -2131,7 +2131,6 @@ void KABCore::addActionsManually()
2131 menuBarTB->insertItem( SmallIcon( "z_menu" ) , popupBarTB); 2131 menuBarTB->insertItem( SmallIcon( "z_menu" ) , popupBarTB);
2132 tb->insertWidget(-1, 0, menuBarTB); 2132 tb->insertWidget(-1, 0, menuBarTB);
2133 mIncSearchWidget = new IncSearchWidget( tb ); 2133 mIncSearchWidget = new IncSearchWidget( tb );
2134
2135 tb->enableMoving(false); 2134 tb->enableMoving(false);
2136 popupBarTB->insertItem( i18n("&File"), fileMenu ); 2135 popupBarTB->insertItem( i18n("&File"), fileMenu );
2137 popupBarTB->insertItem( i18n("&Edit"), editMenu ); 2136 popupBarTB->insertItem( i18n("&Edit"), editMenu );