View | Details | Raw Unified | Return to bug 71374 | Differences between
and this patch

Collapse All | Expand All

(-)compare/org/eclipse/compare/internal/GenerateDiffFileWizard.java (-3 / +2 lines)
Lines 74-82 Link Here
74
import org.eclipse.ui.views.navigator.ResourceComparator;
74
import org.eclipse.ui.views.navigator.ResourceComparator;
75
75
76
/**
76
/**
77
 *	Wizard for generating patch from currently open comparison. Part of the code
77
 *	Wizard for generating patch from currently open comparison. 
78
 *  is taken from original org.eclipse.team.internal.ccvs.ui.wizards.GenerateDiffFileWizard,
78
 *  Part of the code is taken from original org.eclipse.team.internal.ccvs.ui.wizards.GenerateDiffFileWizard.
79
 *  which now has been changed into a subclass of this class.
80
 */
79
 */
81
public class GenerateDiffFileWizard extends Wizard {
80
public class GenerateDiffFileWizard extends Wizard {
82
81
(-)compare/org/eclipse/compare/internal/CompareMessages.properties (-3 / +3 lines)
Lines 145-151 Link Here
145
CompareWithOtherResourceDialog_workspaceMainButton=Browse...
145
CompareWithOtherResourceDialog_workspaceMainButton=Browse...
146
CompareWithOtherResourceDialog_workspaceRadioButton=Workspace
146
CompareWithOtherResourceDialog_workspaceRadioButton=Workspace
147
147
148
CreatePatchActionTitle=Save Diffs...
148
CreatePatchActionTitle=Create Patch...
149
WorkspacePatchDialogTitle=Set a Patch Location
149
WorkspacePatchDialogTitle=Set a Patch Location
150
WorkspacePatchDialogDescription=Select a folder in the workspace and enter a name for the patch.
150
WorkspacePatchDialogDescription=Select a folder in the workspace and enter a name for the patch.
151
Save_To_Clipboard_2=&Clipboard
151
Save_To_Clipboard_2=&Clipboard
Lines 161-167 Link Here
161
Advanced_options_19=Advanced Options
161
Advanced_options_19=Advanced Options
162
Configure_options_diff_command=Configure the options used for the command.
162
Configure_options_diff_command=Configure the options used for the command.
163
Unified__format_required_by_Compare_With_Patch_feature__13=&Unified (format required by the Apply Patch wizard)
163
Unified__format_required_by_Compare_With_Patch_feature__13=&Unified (format required by the Apply Patch wizard)
164
GenerateLocalDiff_title=Create Patch...
164
GenerateLocalDiff_title=Create Patch
165
GenerateLocalDiff_pageTitle=Save Diffs into a Patch
165
GenerateLocalDiff_pageTitle=Save Diffs into a Patch
166
GenerateLocalDiff_pageDescription=Specify the input and the location for the patch.
166
GenerateLocalDiff_pageDescription=Specify the input and the location for the patch.
167
GenerateLocalDiff_Specify_the_file_which_contributes_the_changes=Select which side of the compare editor is contributing the changes. 
167
GenerateLocalDiff_Specify_the_file_which_contributes_the_changes=Select which side of the compare editor is contributing the changes. 
Lines 189-195 Link Here
189
GenerateDiffFileWizard_13=Use only &file path:
189
GenerateDiffFileWizard_13=Use only &file path:
190
GenerateDiffFileWizard_Left=&Left:
190
GenerateDiffFileWizard_Left=&Left:
191
GenerateDiffFileWizard_Right=&Right:
191
GenerateDiffFileWizard_Right=&Right:
192
CreatePatchActionTitle=Save Diffs...
192
CreatePatchActionTitle=Create Patch
193
WorkspacePatchDialogTitle=Set a Patch Location
193
WorkspacePatchDialogTitle=Set a Patch Location
194
WorkspacePatchDialogDescription=Select a folder in the workspace and enter a name for the patch.
194
WorkspacePatchDialogDescription=Select a folder in the workspace and enter a name for the patch.
195
Save_To_Clipboard_2=&Clipboard
195
Save_To_Clipboard_2=&Clipboard

Return to bug 71374