Two optical corrections

#ifdeffed the cursor code in splitter and sash
  Made tex2rtf compile

  I will release this as 2.0.1


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-03-05 12:40:11 +00:00
parent cb813dee48
commit 17867d61dc
5 changed files with 11 additions and 6 deletions

View File

@@ -504,9 +504,10 @@ m_text(NULL), m_notebook(NULL)
wxString choices2[] =
{
"First", "Second", "Third",
"Fourth", "Fifth", //"Sixth",
//"Seventh", "Eighth", "Nineth", "Tenth"
"First", "Second",
/* "Third",
"Fourth", "Fifth", "Sixth",
"Seventh", "Eighth", "Nineth", "Tenth" */
};
panel = new wxPanel(m_notebook);