Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv22597/src/gui

Modified Files:
        wxFolderView.cpp 
Log Message:
fix for the last fix for bug 675

Index: wxFolderView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderView.cpp,v
retrieving revision 1.606
retrieving revision 1.607
diff -b -u -2 -r1.606 -r1.607
--- wxFolderView.cpp    8 Sep 2002 19:23:09 -0000       1.606
+++ wxFolderView.cpp    8 Sep 2002 20:11:19 -0000       1.607
@@ -4104,4 +4104,8 @@
             key = keycodes[idx] ? keycodes_en[idx] : 0;
          }
+         else
+         {
+            key = 0;
+         }
    }
 



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to