Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Porhel2016-07-29 07:06:12 +0000
committerMaxime Porhel2016-07-29 07:06:12 +0000
commit3fa6183955b05795c44c68e3d910b1c0eb503081 (patch)
tree981c1eede19516749c8428af1814d586a8001875
parent53198a5f6c1e3c200fd55a6ef3cdaf767e05a3eb (diff)
downloadorg.eclipse.sirius-3fa6183955b05795c44c68e3d910b1c0eb503081.tar.gz
org.eclipse.sirius-3fa6183955b05795c44c68e3d910b1c0eb503081.tar.xz
org.eclipse.sirius-3fa6183955b05795c44c68e3d910b1c0eb503081.zip
[496466] Paste Format is now used in the tabbar
Change-Id: I36ec0e44a69e523f455d9c34fbd3ab1b57c86d3a Signed-off-by: Maxime Porhel <maxime.porhel@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tabbar/TabBarTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tabbar/TabBarTest.java b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tabbar/TabBarTest.java
index 70eafb5ce9..6eb9f97eb4 100644
--- a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tabbar/TabBarTest.java
+++ b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tabbar/TabBarTest.java
@@ -91,7 +91,7 @@ public class TabBarTest extends AbstractSiriusSwtBotGefTestCase {
private static final String[] DIAGRAM_TOOLBARDROPDOWNBUTTONS_TOOLTIPS = { "Arrange All", "Select &All", "Layers", "Filters" };
private static final String[] DIAGRAM_TOOLBARBUTTONS_TOOLTIPS = { Messages.SiriusDiagramActionBarContributor_refreshDiagram, Messages.SelectHiddenElementsAction_tooltip,
- Messages.SelectPinnedElementsAction_tooltip, Messages.PasteStyleAction_toolTipText, "Zoom In (Ctrl+=)", "Zoom Out (Ctrl+-)", Messages.SaveAsImageFileAction_label };
+ Messages.SelectPinnedElementsAction_tooltip, Messages.PasteFormatAction_toolTipText, "Zoom In (Ctrl+=)", "Zoom Out (Ctrl+-)", Messages.SaveAsImageFileAction_label };
private static final String[] DIAGRAM_TOOLBARTOGGLEBUTTONS_TOOLTIPS = { Messages.SetLayoutingModeCommandAndUpdateActionImage_activateLabel };

Back to the top