[izpack-devel] dialog box runs message into file name
Oliver Kiddle
okiddle at yahoo.co.uk
Fri Jan 20 15:18:40 CET 2006
If you look at the attached screen shot, you'll see that the header of
the window runs the message into the filename. The attached patch would
fix it. Could perhaps do with putting the filename on a new line in the
dialog too. This is the dialog that you get by using override="asktrue"
in a <file> element.
Oliver
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
-------------- next part --------------
--- src/lib/com/izforge/izpack/installer/Unpacker.java.orig 2006-01-20 15:12:13.000000000 +0100
+++ src/lib/com/izforge/izpack/installer/Unpacker.java 2006-01-20 15:13:19.000000000 +0100
@@ -400,7 +400,7 @@
int answer = handler.askQuestion(idata.langpack
.getString("InstallPanel.overwrite.title")
- + pathFile.getName(), idata.langpack
+ + " - " + pathFile.getName(), idata.langpack
.getString("InstallPanel.overwrite.question")
+ pathFile.getAbsolutePath(),
AbstractUIHandler.CHOICES_YES_NO, def_choice);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 6632 bytes
Desc: not available
Url : https://lists.berlios.de/pipermail/izpack-devel/attachments/20060120/47655d28/attachment.png
More information about the izpack-devel
mailing list