Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2016-09-22 11:02:45 +0000
committerMatthias Becker2016-09-27 06:38:22 +0000
commit5ee45ccc30b17601d1a332c034a6a9e3dd843718 (patch)
treee2ebbca438cd862c1a269a78272bbbeb37c858f5 /bundles/org.eclipse.compare/plugin.properties
parentb89030ec4dc43f99253fbbadfb7dde498f2e4379 (diff)
downloadeclipse.platform.team-5ee45ccc30b17601d1a332c034a6a9e3dd843718.tar.gz
eclipse.platform.team-5ee45ccc30b17601d1a332c034a6a9e3dd843718.tar.xz
eclipse.platform.team-5ee45ccc30b17601d1a332c034a6a9e3dd843718.zip
Bug 501803: Use png files for compare editor instead of gif filesY20160929-1000
Replace GIF icons with normal and high resolution PNG icons in: - org.eclipse.compare - org.eclipse.compare.win32 - org.eclipse.team.ui Change-Id: I185ad058e202933d4f6c10479576f866bd62b37b Signed-off-by: Matthias Becker <ma.becker@sap.com>
Diffstat (limited to 'bundles/org.eclipse.compare/plugin.properties')
-rw-r--r--bundles/org.eclipse.compare/plugin.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.compare/plugin.properties b/bundles/org.eclipse.compare/plugin.properties
index d314944f8..020faec70 100644
--- a/bundles/org.eclipse.compare/plugin.properties
+++ b/bundles/org.eclipse.compare/plugin.properties
@@ -116,7 +116,7 @@ ComparePreferencePage.showMoreInfo.label= &Show additional compare information i
ComparePreferencePage.ignoreWhitespace.label= Ignore &white space
ComparePreferencePage.saveBeforePatching.label= A&utomatically save dirty editors before browsing patches
-ComparePreferencePage.regex.description=Enter regular expressions used to identify added or removed lines in a patch\n(e.g. '^\\+\\s*\\S' for an added line with at least one word character).
+ComparePreferencePage.regex.description=Enter regular expressions used to identify added or removed lines in a patch\n(e.g. '^\\+\\s*\\S' for an added line with at least one word character).
ComparePreferencePage.regexAdded.label=Added lines
ComparePreferencePage.regexRemoved.label=Removed lines
@@ -177,15 +177,15 @@ CompareEditorInput.defaultTitle= Compare
#
action.IgnoreWhiteSpace.label=Ignore White Space
action.IgnoreWhiteSpace.tooltip=Ignore White Space Where Applicable
-action.IgnoreWhiteSpace.image=etool16/ignorews_edit.gif
+action.IgnoreWhiteSpace.image=etool16/ignorews_edit.png
action.Next.label=Next Difference
action.Next.tooltip=Next Difference
-action.Next.image=elcl16/next_diff_nav.gif
+action.Next.image=elcl16/next_diff_nav.png
action.Previous.label=Previous Difference
action.Previous.tooltip=Previous Difference
-action.Previous.image=elcl16/prev_diff_nav.gif
+action.Previous.image=elcl16/prev_diff_nav.png
#
# Built in Structure Creators

Back to the top