提交 2dcdc0b2 编写于 作者: S Serge Rider

#6883 Task wizard icons & dialog title


Former-commit-id: dad5563c
上级 14160cb7
......@@ -77,7 +77,7 @@ public abstract class TaskConfigurationWizard extends BaseWizard implements IWor
protected void updateWizardTitle() {
String wizTitle = getDefaultWindowTitle();
if (isTaskEditor()) {
TaskConfigurationWizardPageTask taskPage = getContainer().getTaskPage();
TaskConfigurationWizardPageTask taskPage = getContainer() == null ? null : getContainer().getTaskPage();
wizTitle += " - [" + (taskPage == null ? currentTask.getName() : taskPage.getTaskName()) + "]";
}
setWindowTitle(wizTitle);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册