diff src/main.cpp @ 7:bfa0800f1176

fix text-color
author pyon@macmini
date Sat, 08 Oct 2011 19:49:13 +0900
parents 99d612849255
children
line wrap: on
line diff
--- a/src/main.cpp	Sat Oct 08 17:00:33 2011 +0900
+++ b/src/main.cpp	Sat Oct 08 19:49:13 2011 +0900
@@ -26,15 +26,14 @@
 
     ConfInit();
 
-    /*
     MyFrame *mainframe = new MyFrame( NULL, ID_MAIN, wxT("A Mover") );
     mainframe->SetSize( rect );
     mainframe->SetMinSize( wxSize( 580, 680 ) );
     mainframe->Show(true);
-    */
+    /*
     TestFrame *tf = new TestFrame( NULL, ID_TEST, wxT("A Test") );
     tf->Show(true);
-
+    */
 
     return true;
 }