Commit d6a00c76 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

Making master branch run

parent c190e536
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -600,8 +600,9 @@ private Panel panel1,
    	}
    	}
    	try {
    	try {
    		prefsProperties.loadFromXML(is);
    		prefsProperties.loadFromXML(is);
    		getAllProperties(prefsProperties);
    		System.out.println("Skipping getAllProperties(prefsProperties)");
    		if (DEBUG_LEVEL>0) System.out.println("Configuration parameters are restored from "+this.prefsPath);
//    		getAllProperties(prefsProperties);
//   		if (DEBUG_LEVEL>0) System.out.println("Configuration parameters are restored from "+this.prefsPath);


    	} catch (IOException e) {
    	} catch (IOException e) {
    		String msg="Failed to read XML configuration file: "+this.prefsPath;
    		String msg="Failed to read XML configuration file: "+this.prefsPath;