[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Fix for #4378: KView - Shortcut Backspace is assigned to two Actions
From:       Matthias Kretz <madMatt () Kretz ! dyn ! ns1 ! net>
Date:       2000-10-08 13:59:27
[Download RAW message or body]

justed changed the "zoom out 10%" action to Key_Slash - any objections?

	Matthias Kretz

-- 
---------------------------------------------------------------------
Matthias Kretz					  Tel: +49 2771 35291
Nassaustr. 40				 Email: MatthiasKretz@gmx.net
35683 Dillenburg			    madMatt@Kretz.dyn.ns1.net
Germany					    http://www.madMatt.de.vu/
---------------------------------------------------------------------
 
["kview-4378.patch" (text/plain)]

Index: viewer.cpp
===================================================================
RCS file: /cvs/kdegraphics/kview/viewer.cpp,v
retrieving revision 1.50
diff -u -3 -p -r1.50 viewer.cpp
--- viewer.cpp	2000/09/03 01:34:56	1.50
+++ viewer.cpp	2000/10/07 21:48:18
@@ -365,7 +365,7 @@ void KImageViewer::makePopupMenus()
         conn( i18n( "Zoom &in 10%" ), "ZoomIn10", this, SLOT(zoomIn10()),
                         Key_Period );
         conn( i18n( "Zoom &out 10%"), "ZoomOut10", this,SLOT(zoomOut10()),
-                        Key_Backspace );
+                        Key_Slash );
         conn( i18n( "&Double size" ), "ZoomIn200", this, SLOT(zoomIn200()),
                         Key_BracketRight );
         conn( i18n( "&Half size"), "ZoomOut50", this, SLOT(zoomOut50()),


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic