Commit d6a00c76 authored by Andrey Filippov's avatar Andrey Filippov

Making master branch run

parent c190e536
......@@ -600,8 +600,9 @@ private Panel panel1,
}
try {
prefsProperties.loadFromXML(is);
getAllProperties(prefsProperties);
if (DEBUG_LEVEL>0) System.out.println("Configuration parameters are restored from "+this.prefsPath);
System.out.println("Skipping getAllProperties(prefsProperties)");
// getAllProperties(prefsProperties);
// if (DEBUG_LEVEL>0) System.out.println("Configuration parameters are restored from "+this.prefsPath);
} catch (IOException e) {
String msg="Failed to read XML configuration file: "+this.prefsPath;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment