Revision 38564 branches/v2_0_0_prep/frameworks/_fwAndami/src/org/gvsig/andami/ui/splash/MultiSplashWindow.java

View differences:

MultiSplashWindow.java
122 122
        if (numLogos == 0) {
123 123
            numLogos = 1;
124 124
            img = new ImageIcon[1];
125
            img[0] = PluginServices.getIconTheme().get("splash"); 
125
            img[0] = PluginServices.getIconTheme().get("splash-default"); 
126 126
            timers = new long[1];
127 127
            timers[0] = 1000L;
128 128
        }

Also available in: Unified diff