提交 50bbcc4b 编写于 作者: S Serge Rider

#7769 NEw connection wizard fix (allow wizard create by Eclipse platform)

上级 8ab5d813
......@@ -51,6 +51,11 @@ public class NewConnectionWizard extends ConnectionWizard
private DBPProject selectedProject;
//private ConnectionPageNetwork pageNetwork;
public NewConnectionWizard() {
this(null);
}
public NewConnectionWizard(DBPDriver initialDriver) {
setWindowTitle(CoreMessages.dialog_new_connection_wizard_title);
this.initialDriver = initialDriver;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册