]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/rc2xml.cpp
added tinkalink2.wav, as a binary file this time
[wxWidgets.git] / contrib / utils / convertrc / rc2xml.cpp
index d4db74abed4f5c3007eee1d6b2e1527e6fdd61a0..371f4aa48972db4988369665cc5656a0b3234df1 100644 (file)
@@ -1077,9 +1077,11 @@ void rc2xml::ParseMenuItem()
         ptoken.MakeUpper();
         if (token==_T("CHECKED"))
             m_xmlfile.Write(_T("\t\t\t<checkable>1</checkable>\n"));
         ptoken.MakeUpper();
         if (token==_T("CHECKED"))
             m_xmlfile.Write(_T("\t\t\t<checkable>1</checkable>\n"));
-        else if (token==_T("MENUBREAK"));
+        else if (token==_T("MENUBREAK"))
+            ;
 //m_xmlfile.Write("\t\t\t</break>\n");
 //m_xmlfile.Write("\t\t\t</break>\n");
-        else if (token==_T("GRAYED"));
+        else if (token==_T("GRAYED"))
+            ;
         else
             wxLogError(_T("Unknown Menu Item token:")+token);
 
         else
             wxLogError(_T("Unknown Menu Item token:")+token);