Reorganized listctrl demo a bit so I can test a bug report
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -84,7 +84,7 @@ class RunDemoApp(wxApp):
|
||||
|
||||
|
||||
def main(argv):
|
||||
if len(argv) != 2:
|
||||
if len(argv) < 2:
|
||||
print "Please specify a demo module name on the command-line"
|
||||
raise SystemExit
|
||||
|
||||
|
Reference in New Issue
Block a user