[izpack-changes] izpack-src/src/lib/com/izforge/izpack/installer Unpacker.java,1.49.2.1,1.49.2.2

miraodb nobody at sheep.berlios.de
Fri Jan 20 15:34:38 CET 2006


Update of /cvsroot/izpack/izpack-src/src/lib/com/izforge/izpack/installer
In directory sheep:/tmp/cvs-serv7588/src/lib/com/izforge/izpack/installer

Modified Files:
      Tag: branch-3-8
	Unpacker.java 
Log Message:
- Fix for the header of the window runs the message into
the filename  (FM)

Index: Unpacker.java
===================================================================
RCS file: /cvsroot/izpack/izpack-src/src/lib/com/izforge/izpack/installer/Unpacker.java,v
retrieving revision 1.49.2.1
retrieving revision 1.49.2.2
diff -u -d -r1.49.2.1 -r1.49.2.2
--- Unpacker.java	3 Jan 2006 13:54:03 -0000	1.49.2.1
+++ Unpacker.java	20 Jan 2006 14:34:36 -0000	1.49.2.2
@@ -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-changes mailing list