Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2008-02-28 16:47:01 +0000
committerTomasz Zarna2008-02-28 16:47:01 +0000
commitc1db179fbfa25723a0c0505551d9379e6b2db0a0 (patch)
treec445f4182a86f96ce00c31b2ea06dd2fa32b1e57 /bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/ICompareUIConstants.java
parent4b6d3e80800bc744920f87d78464b2ad73891707 (diff)
downloadeclipse.platform.team-c1db179fbfa25723a0c0505551d9379e6b2db0a0.tar.gz
eclipse.platform.team-c1db179fbfa25723a0c0505551d9379e6b2db0a0.tar.xz
eclipse.platform.team-c1db179fbfa25723a0c0505551d9379e6b2db0a0.zip
bug 217070: [Apply Patch] Show matched hunks in Apply Patch wizard
Diffstat (limited to 'bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/ICompareUIConstants.java')
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/ICompareUIConstants.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/ICompareUIConstants.java b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/ICompareUIConstants.java
index dffe035ef..a23d21fa1 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/ICompareUIConstants.java
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/ICompareUIConstants.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2008 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
@@ -22,6 +22,8 @@ public interface ICompareUIConstants {
public static final String ETOOL_PREV= "elcl16/prev_nav.gif"; //$NON-NLS-1$
public static final String CTOOL_PREV= ETOOL_PREV;
+ public static final String HUNK_OBJ = "obj16/hunk_obj.gif"; //$NON-NLS-1$
+
public static final String ERROR_OVERLAY= "ovr16/error_ov.gif"; //$NON-NLS-1$
public static final String IS_MERGED_OVERLAY= "ovr16/merged_ov.gif"; //$NON-NLS-1$
public static final String REMOVED_OVERLAY= "ovr16/removed_ov.gif"; //$NON-NLS-1$

Back to the top