Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjphillips2008-06-10 22:40:38 +0000
committerjphillips2008-06-10 22:40:38 +0000
commit8e7dfce2cc6eb315f000336905f2a2f92275687e (patch)
tree8f6586bdfb2a34d9cb1e9add4daaff19cfd2adc1
parent2c95561519ff3235d7ea7509e46fba3938c7aaa6 (diff)
downloadorg.eclipse.osee-8e7dfce2cc6eb315f000336905f2a2f92275687e.tar.gz
org.eclipse.osee-8e7dfce2cc6eb315f000336905f2a2f92275687e.tar.xz
org.eclipse.osee-8e7dfce2cc6eb315f000336905f2a2f92275687e.zip
-rw-r--r--org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/branch/BranchView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/branch/BranchView.java b/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/branch/BranchView.java
index 46a6f657070..fd820b00d09 100644
--- a/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/branch/BranchView.java
+++ b/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/branch/BranchView.java
@@ -486,8 +486,8 @@ public class BranchView extends ViewPart implements IActionable, IEventReceiver
private String addChangeViewCommand(MenuManager menuManager) {
CommandContributionItem accessControlCommand =
- Commands.getLocalCommandContribution(getSite(), "change2ViewCommand",
- "Experimental Use Only -New Change Report- Not For Production", null, null, null, "M", null, null);
+ Commands.getLocalCommandContribution(getSite(), "change2ViewCommand", "New Change Report", null, null,
+ null, "M", null, null);
menuManager.add(accessControlCommand);
return accessControlCommand.getId();
}

Back to the top