From: Matthias Kramm Date: Mon, 7 Sep 2009 19:30:30 +0000 (+0200) Subject: fixed wrong argument in app.py X-Git-Tag: version-0-9-1~280 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=26a5c61ed9f719f2d0b018805b3548ea828eaa41 fixed wrong argument in app.py --- diff --git a/wx/app.py b/wx/app.py index 204ddaa..bb250cd 100644 --- 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:",