From 384269c60f9b4e35cdd17aa08e86dc55c0060095 Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Sat, 28 Dec 2002 19:37:08 +0000 Subject: [PATCH] Fix "&Print ..." svn path=/trunk/kdenetwork/kmail/; revision=196198 --- kmfldsearch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmfldsearch.cpp b/kmfldsearch.cpp index 3280aa8fc..b031d3a1a 100644 --- a/kmfldsearch.cpp +++ b/kmfldsearch.cpp @@ -227,7 +227,7 @@ KMFldSearch::KMFldSearch(KMMainWidget* w, const char* name, mForwardActionMenu->insert( mForwardAttachedAction ); mSaveAsAction = new KAction( i18n("Save &As..."), "filesave", 0, this, SLOT(slotSaveMsg()), ac, "search_file_save_as" ); - mPrintAction = new KAction( i18n( "&Print ..." ), "fileprint", 0, this, + mPrintAction = new KAction( i18n( "&Print..." ), "fileprint", 0, this, SLOT(slotPrintMsg()), ac, "search_print" ); mClearAction = new KAction( i18n("Clear Selection"), 0, 0, this, SLOT(slotClearSelection()), ac, "search_clear_selection" );