]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/rc2wxr.cpp
Document wxTextCtrl::XYToPosition, PositionToXY and GetLineLength change
[wxWidgets.git] / contrib / utils / convertrc / rc2wxr.cpp
index af389830d12864a37247888edba5bbd08159b79e..43b2de08cbe392bd5a1bee33aaedacc9d858795a 100644 (file)
@@ -399,7 +399,7 @@ wxFprintf(m_wxr,_T("[8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],
 
 
 
-bool rc2wxr::Seperator(int ch)
+bool rc2wxr::Separator(int ch)
 
 {
 
@@ -513,7 +513,7 @@ return tok;
 
 
 
-while (Seperator(ch))
+while (Separator(ch))
 
 {
 
@@ -541,7 +541,7 @@ m_done=true;
 
 
 
-while (!Seperator(ch))
+while (!Separator(ch))
 
 {