Bug 98423

Summary: Keyboard shortcut 'escape' set to Save As... not Close
Product: [Applications] kfind Reporter: Sean Lynch <techniq35>
Component: generalAssignee: Eric Coquelle <coquelle>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sean Lynch 2005-02-02 17:19:17 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Press escape on keyboard is set to Save As... and not Close.  Doesn't do anything if no search has been ran (Save As... is disabled)
Comment 1 Stephan Binner 2005-02-06 11:54:31 UTC
CVS commit by binner: 

Keyboard shortcut 'escape' set to Save As... not Close
BUG: 98423


  M +0 -2      kfinddlg.cpp   1.26


--- kdebase/kfind/kfinddlg.cpp  #1.25:1.26
@@ -38,6 +38,4 @@ KfindDlg::KfindDlg(const KURL & url, QWi
   enableButton(User2, false); // Disable "Save As..."
 
-  setEscapeButton(User2);
-
   setButtonApply(KGuiItem(i18n("&Find"), "find"));