Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22383

Modified Files:
        wxFolderView.cpp 
Log Message:
partially working code for using Space as LineDown

Index: wxFolderView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderView.cpp,v
retrieving revision 1.678
retrieving revision 1.679
diff -b -u -2 -r1.678 -r1.679
--- wxFolderView.cpp    23 Jun 2006 23:27:30 -0000      1.678
+++ wxFolderView.cpp    30 Jun 2006 11:08:18 -0000      1.679
@@ -4342,7 +4342,8 @@
       {
          case WXK_SPACE:
+#if !defined DEBUG_nerijus
             m_MessagePreview->PageDown();
             return true;
-
+#endif
          case WXK_RETURN:
             m_MessagePreview->LineDown();
@@ -4631,5 +4632,7 @@
       case WXK_END:
       case WXK_RETURN:
-      case ' ':
+#if !defined DEBUG_nerijus
+      case WXK_SPACE:
+#endif
          // let the control process these keys as they're used for navigation
          event.Skip();


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to