From 26a5c61ed9f719f2d0b018805b3548ea828eaa41 Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Mon, 7 Sep 2009 21:30:30 +0200 Subject: [PATCH] fixed wrong argument in app.py --- wx/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:", -- 1.7.10.4