X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19d0f58d39047447a6908520498720c8bff35a1b..d4a376ac6c526b51dda4b40bc56e7fedb6c15ff5:/contrib/utils/convertrc/rc2xml.cpp diff --git a/contrib/utils/convertrc/rc2xml.cpp b/contrib/utils/convertrc/rc2xml.cpp index d4db74abed..371f4aa489 100644 --- a/contrib/utils/convertrc/rc2xml.cpp +++ b/contrib/utils/convertrc/rc2xml.cpp @@ -1077,9 +1077,11 @@ void rc2xml::ParseMenuItem() ptoken.MakeUpper(); if (token==_T("CHECKED")) m_xmlfile.Write(_T("\t\t\t1\n")); - else if (token==_T("MENUBREAK")); + else if (token==_T("MENUBREAK")) + ; //m_xmlfile.Write("\t\t\t\n"); - else if (token==_T("GRAYED")); + else if (token==_T("GRAYED")) + ; else wxLogError(_T("Unknown Menu Item token:")+token);