mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDE wizard dialog: show full product name in title
This commit is contained in:
@@ -54,7 +54,7 @@ public class CustomizeIDEWizardDialog extends DialogWrapper implements ActionLis
|
||||
|
||||
public CustomizeIDEWizardDialog(@NotNull CustomizeIDEWizardStepsProvider stepsProvider) {
|
||||
super(null, true, true);
|
||||
setTitle("Customize " + ApplicationNamesInfo.getInstance().getProductName());
|
||||
setTitle("Customize " + ApplicationNamesInfo.getInstance().getFullProductName());
|
||||
getPeer().setAppIcons();
|
||||
|
||||
stepsProvider.initSteps(this, mySteps);
|
||||
|
||||
Reference in New Issue
Block a user