mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Fixed a misleading dialog title
Change-Id: Icb35ec6128d0b961ab2dc0f8b080466b6a739d10
This commit is contained in:
parent
92515ff23d
commit
a0a959db9d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import org.eclipse.cdt.ui.CUIPlugin;
|
||||||
public class RemoveUnusedDeclarationsWizard extends RefactoringWizard {
|
public class RemoveUnusedDeclarationsWizard extends RefactoringWizard {
|
||||||
public RemoveUnusedDeclarationsWizard(RemoveUnusedDeclarationsRefactoring refactoring) {
|
public RemoveUnusedDeclarationsWizard(RemoveUnusedDeclarationsRefactoring refactoring) {
|
||||||
super(refactoring, DIALOG_BASED_USER_INTERFACE | PREVIEW_EXPAND_FIRST_NODE);
|
super(refactoring, DIALOG_BASED_USER_INTERFACE | PREVIEW_EXPAND_FIRST_NODE);
|
||||||
setDefaultPageTitle(Messages.RemoveFunctionBodiesRefactoring_RemoveFunctionBodies);
|
setDefaultPageTitle(Messages.RemoveUnusedDeclarationsRefactoring_RemoveUnusedDeclarations);
|
||||||
setDialogSettings(CUIPlugin.getDefault().getDialogSettings());
|
setDialogSettings(CUIPlugin.getDefault().getDialogSettings());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue