Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23902/src/modules

Modified Files:
        HtmlViewer.cpp 
Log Message:
still needed for wx 2.6

Index: HtmlViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/HtmlViewer.cpp,v
retrieving revision 1.73
retrieving revision 1.74
diff -b -u -2 -r1.73 -r1.74
--- HtmlViewer.cpp      4 Dec 2005 04:29:24 -0000       1.73
+++ HtmlViewer.cpp      4 Dec 2005 11:05:21 -0000       1.74
@@ -1203,5 +1203,9 @@
    wxKeyEvent event;
    event.m_keyCode = keycode;
+#if !wxCHECK_VERSION(2, 7, 0) && defined(__WXGTK__)
+   m_window->OnChar(event);
+#else
    m_window->HandleOnChar(event);
+#endif
 }
 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to