Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauricio Alferez2015-11-02 16:16:14 +0000
committerMauricio Alferez2015-11-02 16:16:14 +0000
commit3597442a0b52d26b90507b5187e539e1eb0117db (patch)
tree3c849fa19af86c0ed55f8f11a5452d9d3c6f7081 /extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.xml
parent6250d9628fb9706e9816dd332bd0473c0af715e7 (diff)
downloadorg.eclipse.papyrus-3597442a0b52d26b90507b5187e539e1eb0117db.tar.gz
org.eclipse.papyrus-3597442a0b52d26b90507b5187e539e1eb0117db.tar.xz
org.eclipse.papyrus-3597442a0b52d26b90507b5187e539e1eb0117db.zip
Bug 481237 - [Extra plugins][Req] Papyrus Req icon should have a
transparent background Change-Id: I6ae6a8963ac3f28dc254814c19c36724574965d4 Signed-off-by: Mauricio Alferez <mauricio.alferez@cea.fr>
Diffstat (limited to 'extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.xml')
-rw-r--r--extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.xml b/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.xml
index c546539d353..66b34fe612c 100644
--- a/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.xml
+++ b/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.xml
@@ -11,14 +11,14 @@
<wizard
category="org.eclipse.papyrus.editor.category"
class="org.eclipse.papyrus.req.reqif.integration.assistant.ReqIFImportWizard"
- icon="img/Darwin_logo_16x16.bmp"
+ icon="img/Papyrus_Req_logo_16x16.bmp"
id="com.cea.darwin.reqif.importWizard"
name="Import ReqIF">
</wizard>
<wizard
category="org.eclipse.papyrus.editor.category"
class="org.eclipse.papyrus.req.reqif.integration.assistant.ReqIFReImportWizard"
- icon="img/Darwin_logo_16x16.bmp"
+ icon="img/Papyrus_Req_logo_16x16.bmp"
id="com.cea.darwin.reqif.reimportWizard"
name="Re-Import ReqIF">
</wizard>
@@ -32,7 +32,7 @@
<wizard
category="org.eclipse.papyrus.editor.category"
class="org.eclipse.papyrus.req.reqif.integration.assistant.ReqIFExportWizard"
- icon="img/Darwin_logo_16x16.bmp"
+ icon="img/Papyrus_Req_logo_16x16.bmp"
id="com.cea.darwin.reqif.exportWizard"
name="Export ReqIF">
</wizard>

Back to the top