mailr15731 - /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 April 16, 2012 - 16:10:
Author: bugman
Date: Mon Apr 16 16:10:18 2012
New Revision: 15731

URL: http://svn.gna.org/viewcvs/relax?rev=15731&view=rev
Log:
Added the document_preview Oxygen icon to the graphic paths.


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=15731&r1=15730&r2=15731&view=diff
==============================================================================
--- 1.3/gui/paths.py (original)
+++ 1.3/gui/paths.py Mon Apr 16 16:10:18 2012
@@ -88,6 +88,7 @@
         self.document_close =                   path + 'actions'    + sep + 
'document-close.png'
         self.document_open =                    path + 'actions'    + sep + 
'document-open.png'
         self.document_open_folder =             path + 'actions'    + sep + 
'document-open-folder.png'
+        self.document_preview =                 path + 'actions'    + sep + 
'document-preview.png'
         self.document_properties =              path + 'actions'    + sep + 
'document-properties.png'
         self.document_save =                    path + 'actions'    + sep + 
'document-save.png'
         self.document_save_as =                 path + 'actions'    + sep + 
'document-save-as.png'
@@ -146,6 +147,7 @@
         self.dialog_warning_relax = path + 'status'     + sep + 
'dialog-warning-relax-blue.png'
         self.document_open =        path + 'actions'    + sep + 
'document-open.png'
         self.document_open_folder = path + 'actions'    + sep + 
'document-open-folder.png'
+        self.document_preview =     path + 'actions'    + sep + 
'document-preview.png'
         self.edit_copy =            path + 'actions'    + sep + 
'edit-copy.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.edit_find =            path + 'actions'    + sep + 
'edit-find.png'
@@ -212,6 +214,7 @@
         self.document_close =                   path + 'actions'    + sep + 
'document-close.png'
         self.document_open =                    path + 'actions'    + sep + 
'document-open.png'
         self.document_open_folder =             path + 'actions'    + sep + 
'document-open-folder.png'
+        self.document_preview =                 path + 'actions'    + sep + 
'document-preview.png'
         self.document_properties =              path + 'actions'    + sep + 
'document-properties.png'
         self.document_save =                    path + 'actions'    + sep + 
'document-save.png'
         self.document_save_as =                 path + 'actions'    + sep + 
'document-save-as.png'
@@ -267,6 +270,7 @@
         self.document_close =                   path + 'actions'    + sep + 
'document-close.png'
         self.document_open =                    path + 'actions'    + sep + 
'document-open.png'
         self.document_open_folder =             path + 'actions'    + sep + 
'document-open-folder.png'
+        self.document_preview =                 path + 'actions'    + sep + 
'document-preview.png'
         self.document_properties =              path + 'actions'    + sep + 
'document-properties.png'
         self.document_save =                    path + 'actions'    + sep + 
'document-save.png'
         self.document_save_as =                 path + 'actions'    + sep + 
'document-save-as.png'




Related Messages


Powered by MHonArc, Updated Mon Apr 16 16:20:01 2012