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:
Robin Dunn
2002-08-16 19:44:51 +00:00
parent 098be78d39
commit 3979290c61
2 changed files with 37 additions and 38 deletions

View File

@@ -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