svgui/svgui.py
changeset 1745 f9d32913bad4
parent 1742 92932cd370a4
child 1773 38fde37c3766
--- a/svgui/svgui.py	Tue Aug 15 22:38:43 2017 +0300
+++ b/svgui/svgui.py	Wed Aug 16 11:47:27 2017 +0300
@@ -149,7 +149,7 @@
             dialog = wx.MessageDialog(self.GetCTRoot().AppFrame,
                                       _("You don't have write permissions.\nOpen Inkscape anyway ?"),
                                       _("Open Inkscape"),
-                                      wx.YES_NO|wx.ICON_QUESTION)
+                                      wx.YES_NO | wx.ICON_QUESTION)
             open_inkscape = dialog.ShowModal() == wx.ID_YES
             dialog.Destroy()
         if open_inkscape: