Commit cbdeafac2add5b7af2d687ce8062af4916349844

  • avatar
  • Sergey 'Jin' Bostandzhyan <jin @deve…per.digitalstrom.org>
  • Thu Aug 05 20:07:24 CEST 2010
Added disk icon for "save"  and made use of it
file.list
(2 / 0)
  
232232./webroot/images/default/window/top-bottom.png \
233233./webroot/images/default/window/top-bottom.psd \
234234./webroot/images/delete.png \
235./webroot/images/disk.png \
235236./webroot/images/ds_logo.gif \
236237./webroot/images/edit.gif \
237238./webroot/images/lightbulb_off.png \
249249./webroot/images/sort.gif \
250250./webroot/index.html \
251251./webroot/js/dss/css/ds_gui.css \
252./webroot/js/dss/dss-overview-page.js \
252253./webroot/js/extjs/adapter/ext/ext-base-debug.js \
253254./webroot/js/extjs/adapter/ext/ext-base.js \
254255./webroot/js/extjs/ext-all-debug.js \
webroot/images/disk.png
(6 / 0)
Binary files differ
webroot/js/dss/dss-setup-interface/dSS/ScenesPanel.js
(1 / 1)
  
115115
116116 var menuItem = new Ext.menu.Item({
117117 text: _("Save scene"),
118 icon: '/images/lock.png',
118 icon: '/images/disk.png',
119119 handler: this.saveScene.createDelegate(this, [ node ])
120120 });
121121 this.contextMenu.add(menuItem);