]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/components/UserEditorPrefPane.js
Start preparing 0.3.0
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.ria / src / argeo-ria-lib / security / class / org / argeo / security / ria / components / UserEditorPrefPane.js
index 15bd3c088acd3626e09a24a95cd26f6b01952733..382e9945960359f1b1b33dd532ab580bc70e47a4 100644 (file)
@@ -8,7 +8,7 @@ qx.Class.define("org.argeo.security.ria.components.UserEditorPrefPane", {
                this.setSelfEdition(true);\r
                this.initGUI();         \r
                this.basicGB.setVisibility("excluded");\r
-               var saveButton = new qx.ui.form.Button("Save", "org.argeo.security.ria/document-save.png");\r
+               var saveButton = new qx.ui.form.Button("Save", "org/argeo/security/ria/document-save.png");\r
                saveButton.addListener("execute", this.saveUser, this);\r
                this.buttonGB.add(saveButton);\r
                var authService = org.argeo.ria.session.AuthService.getInstance();\r
@@ -33,7 +33,7 @@ qx.Class.define("org.argeo.security.ria.components.UserEditorPrefPane", {
                },\r
                \r
                getPrefIcon : function(){\r
-                       return "org.argeo.security.ria/preferences-users.png";\r
+                       return "org/argeo/security/ria/preferences-users.png";\r
                }                       \r
        }\r
 });
\ No newline at end of file