projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
clarification of Set/GetTitle() with respect to popup menus
[wxWidgets.git]
/
wxPython
/
demo
/
wxProgressDialog.py
diff --git
a/wxPython/demo/wxProgressDialog.py
b/wxPython/demo/wxProgressDialog.py
index 61caba204e4c580941ac0e90e4fd6a2a37b29ebb..7e097c0150113191f227107714fd9b3fa393021f 100644
(file)
--- a/
wxPython/demo/wxProgressDialog.py
+++ b/
wxPython/demo/wxProgressDialog.py
@@
-13,7
+13,7
@@
def runTest(frame, nb, log):
keepGoing = true
count = 0
- while keepGoing and count <
=
max:
+ while keepGoing and count < max:
count = count + 1
wxSleep(1)