Revision 32634 branches/v2_0_0_prep/extensions/org.gvsig.installer/org.gvsig.installer.swing/org.gvsig.installer.swing.impl/src/main/java/org/gvsig/installer/swing/impl/creation/DefaultMakePluginPackageWizard.java

View differences:

DefaultMakePluginPackageWizard.java
75 75
	public DefaultMakePluginPackageWizard(File applicationDirectory) throws LocatorException, MakePluginPackageServiceException
76 76
	{		
77 77
		super(applicationDirectory);
78
		wizardPanelWithLogo = new WizardPanelWithLogo(new ImageIcon(getClass().getClassLoader().getResource("images/createplugininstallicon.png").getFile()));	
78
		wizardPanelWithLogo = new WizardPanelWithLogo(new ImageIcon(getClass().getClassLoader().getResource("images/installpackageicon.png").getFile()));	
79 79

  
80 80
		advancedModeSelectionWizard = new AdvancedModeSelectionWizard(this);
81 81
		antScriptWizard = new AntScriptWizard(this);

Also available in: Unified diff