diff -r 69dfdb26f600 -r f9d32913bad4 svgui/svgui.py --- 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: