Comment #1 on issue 174 by vinetouu: The newest patch #2
http://code.google.com/p/ulipad/issues/detail?id=174

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.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to