# HG changeset patch # User edouard # Date 1249896914 -7200 # Node ID 35cc4c6a29363d0a89f3e1096832cf14bb79f3de # Parent a76ee5307bb75a189c309aaebc1e1c2da639f602 Added ShowMaster button icon for Canfestival plugin diff -r a76ee5307bb7 -r 35cc4c6a2936 images/ShowMaster.png Binary file images/ShowMaster.png has changed diff -r a76ee5307bb7 -r 35cc4c6a2936 images/icons.svg --- a/images/icons.svg Fri Aug 07 18:27:50 2009 +0200 +++ b/images/icons.svg Mon Aug 10 11:35:14 2009 +0200 @@ -41,12 +41,12 @@ pagecolor="#ffffff" id="base" showgrid="false" - inkscape:zoom="1.4142135" - inkscape:cx="383.36314" - inkscape:cy="108.76819" - inkscape:window-x="25" + inkscape:zoom="1.9999999" + inkscape:cx="408.78078" + inkscape:cy="837.40927" + inkscape:window-x="15" inkscape:window-y="25" - inkscape:current-layer="g18993" + inkscape:current-layer="g16611" showguides="true" inkscape:guide-bbox="true"> + + + + + + + + + + + + %% Build Clean editPLC HMIEditor ImportDEF ImportSVG NetworkEdit Run ShowIECcode Stop Unknown %% + sodipodi:role="line">%% Build Clean editPLC HMIEditor ImportDEF ImportSVG NetworkEdit ShowMaster Run ShowIECcode Stop Unknown %% @@ -83618,7 +83738,7 @@ + transform="translate(1660.9892,-430.1329)"> ST @@ -86571,4 +86691,162 @@ id="path16572" sodipodi:nodetypes="ccccc" /> + + + + + + + + + + + + + + + + + + + Master + + + + + + + + + + + + + + + + + + + + + diff -r a76ee5307bb7 -r 35cc4c6a2936 plugins/canfestival/canfestival.py --- a/plugins/canfestival/canfestival.py Fri Aug 07 18:27:50 2009 +0200 +++ b/plugins/canfestival/canfestival.py Mon Aug 10 11:35:14 2009 +0200 @@ -199,7 +199,8 @@ "name" : _("Edit network"), "tooltip" : _("Edit CanOpen Network with NetworkEdit"), "method" : "_OpenView"}, - {"name" : _("Show Master"), + {"bitmap" : os.path.join("images", "ShowMaster"), + "name" : _("Show Master"), "tooltip" : _("Show Master generated by config_utils"), "method" : "_ShowMasterGenerated"} ]