git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
445a7e4
)
fixed wrong argument in app.py
author
Matthias Kramm
<kramm@quiss.org>
Mon, 7 Sep 2009 19:30:30 +0000
(21:30 +0200)
committer
Matthias Kramm
<kramm@quiss.org>
Mon, 7 Sep 2009 19:30:30 +0000
(21:30 +0200)
wx/app.py
patch
|
blob
|
history
diff --git
a/wx/app.py
b/wx/app.py
index
204ddaa
..
bb250cd
100644
(file)
--- a/
wx/app.py
+++ b/
wx/app.py
@@
-237,8
+237,8
@@
class Pdf2Swf:
self.Message(
u"In this PDF, width or height are not the same for "
u"each page. This might cause problems if you export "
- u"pages of different dimensions into the same SWF file.",
- u"Notice")
+ u"pages of different dimensions into the same SWF file."
+ )
def OnMenuOpen(self, event):
dlg = wx.FileDialog(self.view, u"Choose PDF File:",