jijo-paulose / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

The newest patch #2 #174

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Another patch for you, my friend. Have fun! :)

Original issue reported on code.google.com by vinet...@gmail.com on 15 Dec 2008 at 7:34

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by limo...@gmail.com on 16 Dec 2008 at 12:00