diff options
author | Andre Weinand | 2005-01-10 16:37:56 +0000 |
---|---|---|
committer | Andre Weinand | 2005-01-10 16:37:56 +0000 |
commit | f3f89b89a1f84c671475ed2bce6dc6d4631c1a2d (patch) | |
tree | 9f28e01d6697da8990f842bc94f5656216615431 /bundles/org.eclipse.compare/plugins | |
parent | 35cc30949f6b0e0fa6de597106af2525ee350b49 (diff) | |
download | eclipse.platform.team-f3f89b89a1f84c671475ed2bce6dc6d4631c1a2d.tar.gz eclipse.platform.team-f3f89b89a1f84c671475ed2bce6dc6d4631c1a2d.tar.xz eclipse.platform.team-f3f89b89a1f84c671475ed2bce6dc6d4631c1a2d.zip |
fixed #81853
Diffstat (limited to 'bundles/org.eclipse.compare/plugins')
2 files changed, 11 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html index 1ae73df4c..ad8a7a701 100644 --- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html +++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html @@ -12,6 +12,14 @@ Eclipse Platform Build Notes<br> Compare</h1> +Eclipse Build Input January 11th 2005 + +<h2>Problem reports fixed</h2> +<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=81853">81853</a>: quote problems in property files (compare)<br> + + +<h1><hr WIDTH="100%"></h1> + Eclipse Build Input January 4th 2005 <h2>Problem reports fixed</h2> diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties index e9ea13317..1b677bbe5 100644 --- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties +++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties @@ -8,7 +8,7 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### - +# MESSAGEFORMAT_VAR # @(#)TextMergeViewerResources.properties # # Resource strings for TextMergeViewer.java @@ -21,7 +21,9 @@ saveDialog.message= Resource has been modified. Save changes? compareProgressTask.title= Computing Differences... tooComplexError.title= Error +# MESSAGEFORMAT_ALL tooComplexError.format= Too many differences. Turn on the ''Ignore White Space'' option or do a structure compare first. +# MESSAGEFORMAT_VAR ##################################################### # Toolbar actions |