Bug 30761 - Wrong label name in CompareDialog.commitAction.label
Summary: Wrong label name in CompareDialog.commitAction.label
Status: RESOLVED DUPLICATE of bug 23883
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Compare-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-01 03:07 EST by Marcus Nylander CLA
Modified: 2003-02-01 03:31 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Nylander CLA 2003-02-01 03:07:39 EST
Wrong label name in org.eclipse.compare_2.1.0/plugin.properties

Current:
CompareDialog.commit.label=Commit

But in class CompareDialog "CompareDialog.commitAction.label" is used.

From CompareDialog:
	protected void createButtonsForButtonBar(Composite parent) {
		fCommitButton= createButton(parent, IDialogConstants.OK_ID, 
Utilities.getString("CompareDialog.commitAction.label"), true); //$NON-NLS-1$
		fCommitButton.setEnabled(false);
		createButton(parent, IDialogConstants.CANCEL_ID, 
IDialogConstants.CANCEL_LABEL, false);
	}
Comment 1 Andre Weinand CLA 2003-02-01 03:31:51 EST

*** This bug has been marked as a duplicate of 23883 ***