X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=security%2Fruntime%2Forg.argeo.security.ria%2Fsrc%2Fargeo-ria-lib%2Fsecurity%2Fclass%2Forg%2Fargeo%2Fsecurity%2Fria%2Fcomponents%2FUserEditorPrefPane.js;h=382e9945960359f1b1b33dd532ab580bc70e47a4;hb=9b6a0645e8e964fd7bb04a63ddebbf2f14bd7779;hp=15bd3c088acd3626e09a24a95cd26f6b01952733;hpb=db670ac0765e10e856fde50a04f6896b7a551c9d;p=lgpl%2Fargeo-commons.git diff --git a/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/components/UserEditorPrefPane.js b/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/components/UserEditorPrefPane.js index 15bd3c088..382e99459 100644 --- a/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/components/UserEditorPrefPane.js +++ b/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/components/UserEditorPrefPane.js @@ -8,7 +8,7 @@ qx.Class.define("org.argeo.security.ria.components.UserEditorPrefPane", { this.setSelfEdition(true); this.initGUI(); this.basicGB.setVisibility("excluded"); - var saveButton = new qx.ui.form.Button("Save", "org.argeo.security.ria/document-save.png"); + var saveButton = new qx.ui.form.Button("Save", "org/argeo/security/ria/document-save.png"); saveButton.addListener("execute", this.saveUser, this); this.buttonGB.add(saveButton); var authService = org.argeo.ria.session.AuthService.getInstance(); @@ -33,7 +33,7 @@ qx.Class.define("org.argeo.security.ria.components.UserEditorPrefPane", { }, getPrefIcon : function(){ - return "org.argeo.security.ria/preferences-users.png"; + return "org/argeo/security/ria/preferences-users.png"; } } }); \ No newline at end of file