[izpack-devel] FileExecutor
Jeff Gordon
jeff.not24 at gmail.com
Wed Jan 9 18:58:15 CET 2008
This patch fixes a blank dialog prompting the user to continue if there's a
failure.
- Jeff Gordon
Index: FileExecutor.java
===================================================================
--- FileExecutor.java (revision 1977)
+++ FileExecutor.java (working copy)
@@ -337,7 +337,7 @@
else
{
if (handler
- .askQuestion(null, "Continue?",
AbstractUIHandler.CHOICES_YES_NO) == AbstractUIHandler.ANSWER_YES)
+ .askQuestion("Execution Failed",
message+"\nContinue Installation?", AbstractUIHandler.CHOICES_YES_NO) ==
AbstractUIHandler.ANSWER_YES)
exitStatus = 0;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-devel/attachments/20080109/bb9eb7dc/attachment.html
More information about the izpack-devel
mailing list