]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/src/org/splat/simer/EditScenarioPropertiesAction.java
Salome HOME
app.root property is removed.
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / EditScenarioPropertiesAction.java
index 275468593497636bb87050cf45f04f0944f7a745..dc3036ba3394c136834726db18c49fb14405d26e 100644 (file)
@@ -49,9 +49,9 @@ public class EditScenarioPropertiesAction extends DisplayStudyStepAction {
        public String doInitialize() {
                // -----------------------------
                ResourceBundle label = ResourceBundle.getBundle("labels",
-                               ApplicationSettings.getCurrentLocale());
+                               getApplicationSettings().getCurrentLocale());
                ResourceBundle custom = ResourceBundle.getBundle("som",
-                               ApplicationSettings.getCurrentLocale());
+                               getApplicationSettings().getCurrentLocale());
                SimpleDateFormat datstring = new SimpleDateFormat(
                                custom.getString("date.format")); // Locale date display format
                Step step;