Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShuai Li2016-04-07 12:13:00 +0000
committerGerrit Code Review @ Eclipse.org2016-04-07 13:39:53 +0000
commitb47a6893542ed8a7a7172c1766321ba48f63fa0e (patch)
treee9298f4e15c2a3cebcaf6c8f1480784999f37c13 /plugins/editor
parent20da250585b4f20b487d9226a7deba301b3302fa (diff)
downloadorg.eclipse.papyrus-b47a6893542ed8a7a7172c1766321ba48f63fa0e.tar.gz
org.eclipse.papyrus-b47a6893542ed8a7a7172c1766321ba48f63fa0e.tar.xz
org.eclipse.papyrus-b47a6893542ed8a7a7172c1766321ba48f63fa0e.zip
Bug 491233 - [Navigation] Next and previous diagram buttons should be in
Eclipse navigate toolbar and should be green Change-Id: Ifb3921ec73fad62bd1fc7b73cef3d152483118ba Signed-off-by: Shuai Li <shuai.li@cea.fr>
Diffstat (limited to 'plugins/editor')
-rw-r--r--plugins/editor/org.eclipse.papyrus.editor/icons/arrow_left.gifbin327 -> 911 bytes
-rw-r--r--plugins/editor/org.eclipse.papyrus.editor/icons/arrow_right.gifbin541 -> 913 bytes
-rw-r--r--plugins/editor/org.eclipse.papyrus.editor/plugin.xml2
3 files changed, 1 insertions, 1 deletions
diff --git a/plugins/editor/org.eclipse.papyrus.editor/icons/arrow_left.gif b/plugins/editor/org.eclipse.papyrus.editor/icons/arrow_left.gif
index 4fb41501036..b1b66a63aac 100644
--- a/plugins/editor/org.eclipse.papyrus.editor/icons/arrow_left.gif
+++ b/plugins/editor/org.eclipse.papyrus.editor/icons/arrow_left.gif
Binary files differ
diff --git a/plugins/editor/org.eclipse.papyrus.editor/icons/arrow_right.gif b/plugins/editor/org.eclipse.papyrus.editor/icons/arrow_right.gif
index 19567890aa8..5b93fd8b698 100644
--- a/plugins/editor/org.eclipse.papyrus.editor/icons/arrow_right.gif
+++ b/plugins/editor/org.eclipse.papyrus.editor/icons/arrow_right.gif
Binary files differ
diff --git a/plugins/editor/org.eclipse.papyrus.editor/plugin.xml b/plugins/editor/org.eclipse.papyrus.editor/plugin.xml
index 88bc6cb3de3..4e28bec4fef 100644
--- a/plugins/editor/org.eclipse.papyrus.editor/plugin.xml
+++ b/plugins/editor/org.eclipse.papyrus.editor/plugin.xml
@@ -76,7 +76,7 @@
<menuContribution
locationURI="toolbar:org.eclipse.ui.main.toolbar">
<toolbar
- id="org.eclipse.papyrus.ui.toolbar">
+ id="org.eclipse.ui.workbench.navigate">
<command
commandId="org.eclipse.papyrus.editor.previousTabCommand"
icon="icons/arrow_left.gif"

Back to the top