mailr13046 - /1.3/gui/paths.py


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

Header


Content

Posted by edward on June 15, 2011 - 16:32:
Author: bugman
Date: Wed Jun 15 16:32:19 2011
New Revision: 13046

URL: http://svn.gna.org/viewcvs/relax?rev=13046&view=rev
Log:
Added the document-close Oxygen icon to the paths module.


Modified:
    1.3/gui/paths.py

Modified: 1.3/gui/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/paths.py?rev=13046&r1=13045&r2=13046&view=diff
==============================================================================
--- 1.3/gui/paths.py (original)
+++ 1.3/gui/paths.py Wed Jun 15 16:32:19 2011
@@ -70,6 +70,7 @@
         self.contact =              path + 'actions'    + sep + 
'mail-mark-unread-new.png'
         self.controller =           path + 'apps'       + sep + 
'preferences-system-performance.png'
         self.copy =                 path + 'actions'    + sep + 
'list-add.png'
+        self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.exit =                 path + 'actions'    + sep + 
'system-shutdown.png'
         self.load =                 path + 'actions'    + sep + 
'arrow-right.png'
@@ -104,6 +105,7 @@
         self.cancel =               path + 'actions' + sep + 
'dialog-cancel.png'
         self.close =                path + 'actions' + sep + 
'dialog-close.png'
         self.copy =                 path + 'actions' + sep + 'list-add.png'
+        self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.new =                  path + 'actions' + sep + 
'document-new.png'
         self.ok =                   path + 'actions' + sep + 'dialog-ok.png'
         self.open_folder =          path + 'actions' + sep + 
'document-open-folder.png'
@@ -135,6 +137,7 @@
         self.apply =        path + 'actions' + sep + 'dialog-ok-apply.png'
         self.cancel =       path + 'actions' + sep + 'dialog-cancel.png'
         self.close =        path + 'actions' + sep + 'dialog-close.png'
+        self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.copy =         path + 'actions' + sep + 'list-add.png'
         self.new =          path + 'actions' + sep + 'document-new.png'
         self.ok =           path + 'actions' + sep + 'dialog-ok.png'
@@ -157,6 +160,7 @@
         self.backwards =    path + 'actions' + sep + 'go-previous-view.png'
         self.cancel =       path + 'actions' + sep + 'dialog-cancel.png'
         self.copy =         path + 'actions' + sep + 'list-add.png'
+        self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.forwards =     path + 'actions' + sep + 'go-next-view.png'
         self.new =          path + 'actions' + sep + 'document-new.png'
         self.open_folder =  path + 'actions' + sep + 
'document-open-folder.png'




Related Messages


Powered by MHonArc, Updated Wed Jun 15 17:00:01 2011