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

Modified Files:
        wxlwindow.cpp 
Log Message:
reverting some of isspace/isalnum changes

Index: wxlwindow.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxlwindow.cpp,v
retrieving revision 1.143
retrieving revision 1.144
diff -b -u -2 -r1.143 -r1.144
--- wxlwindow.cpp       16 Mar 2004 00:00:59 -0000      1.143
+++ wxlwindow.cpp       16 Mar 2004 01:19:46 -0000      1.144
@@ -799,5 +799,5 @@
                         && m_WrapMargin > 0
                         && m_llist->GetCursorPos().x > m_WrapMargin
-                        && wxIsspace(keyCode))
+                        && isspace(keyCode))
                         m_llist->WrapLine(m_WrapMargin);
                      m_llist->Insert((wxChar)keyCode);



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to