mailr12039 - in /branches/bieri_gui: graphics/oxygen_icons/22x22/actions/ graphics/oxygen_icons/32x32/actions/ graphics/oxygen_i...


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on December 30, 2010 - 15:29:
Author: bugman
Date: Thu Dec 30 15:29:57 2010
New Revision: 12039

URL: http://svn.gna.org/viewcvs/relax?rev=12039&view=rev
Log:
Added the oxygen document-save icon for the 22x22, 32x32, and 48x48 
resolutions.


Added:
    branches/bieri_gui/graphics/oxygen_icons/22x22/actions/document-save.png  
 (with props)
    branches/bieri_gui/graphics/oxygen_icons/32x32/actions/document-save.png  
 (with props)
    branches/bieri_gui/graphics/oxygen_icons/48x48/actions/document-save.png  
 (with props)
Modified:
    branches/bieri_gui/gui_bieri/paths.py

Added: 
branches/bieri_gui/graphics/oxygen_icons/22x22/actions/document-save.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/graphics/oxygen_icons/22x22/actions/document-save.png?rev=12039&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/bieri_gui/graphics/oxygen_icons/22x22/actions/document-save.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
branches/bieri_gui/graphics/oxygen_icons/32x32/actions/document-save.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/graphics/oxygen_icons/32x32/actions/document-save.png?rev=12039&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/bieri_gui/graphics/oxygen_icons/32x32/actions/document-save.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
branches/bieri_gui/graphics/oxygen_icons/48x48/actions/document-save.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/graphics/oxygen_icons/48x48/actions/document-save.png?rev=12039&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/bieri_gui/graphics/oxygen_icons/48x48/actions/document-save.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: branches/bieri_gui/gui_bieri/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/paths.py?rev=12039&r1=12038&r2=12039&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/paths.py (original)
+++ branches/bieri_gui/gui_bieri/paths.py Thu Dec 30 15:29:57 2010
@@ -101,6 +101,7 @@
         self.cancel =               path + 'actions' + sep + 
'dialog-cancel.png'
         self.close =                path + 'actions' + sep + 
'dialog-close.png'
         self.ok =                   path + 'actions' + sep + 'dialog-ok.png'
+        self.save =                 path + 'actions' + sep + 
'document-save.png'
 
         # relax icons.
         path = ICON_RELAX_PATH + '22x22' + sep
@@ -127,6 +128,7 @@
         self.cancel =       path + 'actions' + sep + 'dialog-cancel.png'
         self.close =        path + 'actions' + sep + 'dialog-close.png'
         self.ok =           path + 'actions' + sep + 'dialog-ok.png'
+        self.save =         path + 'actions' + sep + 'document-save.png'
         self.view_refresh = path + 'actions' + sep + 'view-refresh.png'
 
 
@@ -145,6 +147,7 @@
         self.cancel =       path + 'actions' + sep + 'dialog-cancel.png'
         self.forwards =     path + 'actions' + sep + 'go-next-view.png'
         self.remove =       path + 'actions' + sep + 'list-remove.png'
+        self.save =         path + 'actions' + sep + 'document-save.png'
         self.view_refresh = path + 'actions' + sep + 'view-refresh.png'
 
         # relax icons.




Related Messages


Powered by MHonArc, Updated Thu Dec 30 15:40:02 2010