Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 160924 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/hyades/sdb/internal/editor/actions/PagingAction.java (+2 lines)
Lines 16-21 Link Here
16
import org.eclipse.hyades.sdb.internal.editor.SymptomEditor;
16
import org.eclipse.hyades.sdb.internal.editor.SymptomEditor;
17
import org.eclipse.hyades.sdb.internal.editor.provider.KnowledgeElementContainerItemProvider;
17
import org.eclipse.hyades.sdb.internal.editor.provider.KnowledgeElementContainerItemProvider;
18
import org.eclipse.jface.action.Action;
18
import org.eclipse.jface.action.Action;
19
import org.eclipse.jface.action.LegacyActionTools;
19
import org.eclipse.jface.resource.ImageDescriptor;
20
import org.eclipse.jface.resource.ImageDescriptor;
20
import org.eclipse.jface.viewers.ITreeContentProvider;
21
import org.eclipse.jface.viewers.ITreeContentProvider;
21
import org.eclipse.jface.viewers.TreeViewer;
22
import org.eclipse.jface.viewers.TreeViewer;
Lines 34-39 Link Here
34
35
35
	public PagingAction(String text, ImageDescriptor image) {
36
	public PagingAction(String text, ImageDescriptor image) {
36
		super(text, image);
37
		super(text, image);
38
		setToolTipText(LegacyActionTools.removeMnemonics(text));
37
		// TODO Auto-generated constructor stub
39
		// TODO Auto-generated constructor stub
38
	}
40
	}
39
41

Return to bug 160924