mailr13296 - /branches/gui_testing/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 29, 2011 - 15:17:
Author: bugman
Date: Wed Jun 29 15:17:23 2011
New Revision: 13296

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


Modified:
    branches/gui_testing/gui/paths.py

Modified: branches/gui_testing/gui/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/paths.py?rev=13296&r1=13295&r2=13296&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Wed Jun 29 15:17:23 2011
@@ -71,6 +71,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.dialog_close =         path + 'actions'    + sep + 
'dialog-close.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'
@@ -107,6 +108,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.dialog_close =         path + 'actions'    + sep + 
'dialog-close.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.go_previous_view =     path + 'actions'    + sep + 
'go-previous-view.png'
         self.go_next_view =         path + 'actions'    + sep + 
'go-next-view.png'
@@ -142,6 +144,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.dialog_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'
@@ -166,6 +169,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.dialog_close =         path + 'actions'    + sep + 
'dialog-close.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'




Related Messages


Powered by MHonArc, Updated Wed Jun 29 15:20:03 2011