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

Modified Files:
        HtmlViewer.cpp 
Log Message:
Differentiated #include no longer needed

Index: HtmlViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/HtmlViewer.cpp,v
retrieving revision 1.72
retrieving revision 1.73
diff -b -u -2 -r1.72 -r1.73
--- HtmlViewer.cpp      19 Sep 2004 08:39:38 -0000      1.72
+++ HtmlViewer.cpp      4 Dec 2005 04:29:24 -0000       1.73
@@ -1203,10 +1203,5 @@
    wxKeyEvent event;
    event.m_keyCode = keycode;
-
-#ifdef __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