Index: branches/RC/core/admin_templates/js/uploader/uploader.js =================================================================== diff -u -r10705 -r11203 --- branches/RC/core/admin_templates/js/uploader/uploader.js (.../uploader.js) (revision 10705) +++ branches/RC/core/admin_templates/js/uploader/uploader.js (.../uploader.js) (revision 11203) @@ -104,7 +104,7 @@ var clone = this.div.cloneNode(true); this.div.parentNode.removeChild(this.div) this.div = document.body.appendChild(clone); - this.IconPath = this.params.IconPath ? this.params.IconPath : '../cmseditor/editor/images'; + this.IconPath = this.params.IconPath ? this.params.IconPath : '../admin_templates/img/browser/icons'; this.filename = document.getElementById(this.id+'_progress_filename'); this.progress = document.getElementById(this.id+'_progress_progress');