Modified:
/odp2wts/SlideSpeechConverter.py
=======================================
--- /odp2wts/SlideSpeechConverter.py Tue Dec 6 20:16:21 2011
+++ /odp2wts/SlideSpeechConverter.py Tue Dec 13 21:49:38 2011
@@ -237,13 +237,14 @@
num = int(stem[3:])
else:
wrongStem = True
- if num>maxNum:
- maxNum=num
if wrongStem:
easygui.msgbox("Need slide image files for this presentation\n"+
"with consistent stem: Slide* or img*\n\nCheck
in "+odpFileSubdirectory)
sys.exit()
+else:
+ if num>maxNum:
+ maxNum=num
if not scriptAndImagesCreated:
## Step 1 - parse the .odp file, prepare script.txt and .zip file