Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-06-24 07:47:43 +0000
committerDani Megert2013-06-24 07:47:43 +0000
commita5faed5b525f9ff7f8bfc1a96087b5ca37645045 (patch)
treeea10d9a0b45066170ed04324e6446950e4301e52 /org.eclipse.help.ui
parent335fd0095533316269b1612c609047707597621d (diff)
downloadeclipse.platform.ua-a5faed5b525f9ff7f8bfc1a96087b5ca37645045.tar.gz
eclipse.platform.ua-a5faed5b525f9ff7f8bfc1a96087b5ca37645045.tar.xz
eclipse.platform.ua-a5faed5b525f9ff7f8bfc1a96087b5ca37645045.zip
Additional fix for bug 408899: [Help] Extenders of help.base.activitySupport see a warning regarding "localScopeCheckbox" although that element is unusedI20130625-0800
Diffstat (limited to 'org.eclipse.help.ui')
-rw-r--r--org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.java b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.java
index d366db497..3895dee84 100644
--- a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.java
+++ b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2011 IBM Corporation and others.
+ * Copyright (c) 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -139,7 +139,6 @@ public final class Messages extends NLS {
public static String InfoCenterPage_tocError;
public static String WebSearchPage_label;
public static String WebSearchPage_info;
- public static String LocalHelpPage_capabilityFiltering_name;
public static String RootScopePage_masterButton;
public static String RootScopePage_name;
public static String RootScopePage_desc;

Back to the top