Mercurial > mercurial > hgweb_mover.cgi
comparison src/main.cpp @ 7:bfa0800f1176
fix text-color
| author | pyon@macmini |
|---|---|
| date | Sat, 08 Oct 2011 19:49:13 +0900 |
| parents | 99d612849255 |
| children |
comparison
equal
deleted
inserted
replaced
| 6:99d612849255 | 7:bfa0800f1176 |
|---|---|
| 24 | 24 |
| 25 wxImage::AddHandler( new wxJPEGHandler ); | 25 wxImage::AddHandler( new wxJPEGHandler ); |
| 26 | 26 |
| 27 ConfInit(); | 27 ConfInit(); |
| 28 | 28 |
| 29 /* | |
| 30 MyFrame *mainframe = new MyFrame( NULL, ID_MAIN, wxT("A Mover") ); | 29 MyFrame *mainframe = new MyFrame( NULL, ID_MAIN, wxT("A Mover") ); |
| 31 mainframe->SetSize( rect ); | 30 mainframe->SetSize( rect ); |
| 32 mainframe->SetMinSize( wxSize( 580, 680 ) ); | 31 mainframe->SetMinSize( wxSize( 580, 680 ) ); |
| 33 mainframe->Show(true); | 32 mainframe->Show(true); |
| 34 */ | 33 /* |
| 35 TestFrame *tf = new TestFrame( NULL, ID_TEST, wxT("A Test") ); | 34 TestFrame *tf = new TestFrame( NULL, ID_TEST, wxT("A Test") ); |
| 36 tf->Show(true); | 35 tf->Show(true); |
| 37 | 36 */ |
| 38 | 37 |
| 39 return true; | 38 return true; |
| 40 } | 39 } |
| 41 | 40 |
| 42 int MyApp::OnExit() | 41 int MyApp::OnExit() |
