Closed GoogleCodeExporter closed 9 years ago
I sent you the apply too soon. I made a little mistake in it. Please fix this as
proposed in this comment:
wx.MessageDialog(win, tr('Registering UliPad to the\ncontext menu of Windows
Explorer
failed.'), tr("Error"), wx.OK | wx.ICON_EXCLAMATION).ShowModal()
to
wx.MessageDialog(win, tr('Registering UliPad to the context menu of Windows
Explorer
failed.'), tr("Error"), wx.OK | wx.ICON_EXCLAMATION).ShowModal()
The \n is removed. I have tested that it looks nicer without the newline being
added
to that text. Please fix that after applying the patch. Thanks.
Original comment by vinet...@gmail.com
on 15 Dec 2008 at 7:41
Fixed.
Original comment by limo...@gmail.com
on 16 Dec 2008 at 12:00
Original issue reported on code.google.com by
vinet...@gmail.com
on 15 Dec 2008 at 7:34Attachments: