controls sample is now able to use default command line arguments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-11-04 23:33:09 +00:00
parent 1f43b5c985
commit 41b66be9c9

View File

@@ -314,6 +314,10 @@ enum
bool MyApp::OnInit()
{
// use standard command line handling:
if ( !wxApp::OnInit() )
return FALSE;
// parse the cmd line
int x = 50,
y = 50;