mailr13019 - /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 14, 2011 - 19:59:
Author: bugman
Date: Tue Jun 14 19:59:06 2011
New Revision: 13019

URL: http://svn.gna.org/viewcvs/relax?rev=13019&view=rev
Log:
Added the open folder icons 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=13019&r1=13018&r2=13019&view=diff
==============================================================================
--- 1.3/gui/paths.py (original)
+++ 1.3/gui/paths.py Tue Jun 14 19:59:06 2011
@@ -76,6 +76,7 @@
         self.manual =               path + 'mimetypes'  + sep + 
'application-pdf.png'
         self.new =                  path + 'actions'    + sep + 
'document-new.png'
         self.open =                 path + 'actions'    + sep + 
'document-open.png'
+        self.open_folder =          path + 'actions'    + sep + 
'document-open-folder.png'
         self.pipe_switch =          path + 'actions'    + sep + 
'system-switch-user.png'
         self.relax_prompt =         path + 'mimetypes'  + sep + 
'application-x-executable-script.png'
         self.remove =               path + 'actions'    + sep + 
'list-remove.png'
@@ -104,6 +105,7 @@
         self.close =                path + 'actions' + sep + 
'dialog-close.png'
         self.copy =                 path + 'actions' + sep + 'list-add.png'
         self.ok =                   path + 'actions' + sep + 'dialog-ok.png'
+        self.open_folder =          path + 'actions' + sep + 
'document-open-folder.png'
         self.save =                 path + 'actions' + sep + 
'document-save.png'
         self.view_refresh =         path + 'actions' + sep + 
'view-refresh.png'
 
@@ -134,6 +136,7 @@
         self.close =        path + 'actions' + sep + 'dialog-close.png'
         self.copy =         path + 'actions' + sep + 'list-add.png'
         self.ok =           path + 'actions' + sep + 'dialog-ok.png'
+        self.open_folder =  path + 'actions' + sep + 
'document-open-folder.png'
         self.save =         path + 'actions' + sep + 'document-save.png'
         self.view_refresh = path + 'actions' + sep + 'view-refresh.png'
 
@@ -153,6 +156,7 @@
         self.cancel =       path + 'actions' + sep + 'dialog-cancel.png'
         self.copy =         path + 'actions' + sep + 'list-add.png'
         self.forwards =     path + 'actions' + sep + 'go-next-view.png'
+        self.open_folder =  path + 'actions' + sep + 
'document-open-folder.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'




Related Messages


Powered by MHonArc, Updated Tue Jun 14 20:20:06 2011