[izpack-devel] dialog box runs message into file name
Miraodb
miraodb at hotmail.com
Fri Jan 20 15:23:21 CET 2006
Alright !
That's gonna be commited in few secs.....
Finding this little things ain't so easy..... thx !
Fabrice
----- Original Message -----
From: "Oliver Kiddle" <okiddle at yahoo.co.uk>
To: <izpack-devel at berlios.de>
Sent: Friday, January 20, 2006 3:18 PM
Subject: [izpack-devel] dialog box runs message into file name
> 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.
>
----------------------------------------------------------------------------
----
> --- 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);
>
More information about the izpack-devel
mailing list