提交 f19e8a87 编写于 作者: J jurgen

Driver manager dialog fix

Former-commit-id: 276abbc9
上级 40193480
......@@ -27,7 +27,7 @@ import org.jkiss.dbeaver.core.CoreMessages;
import org.jkiss.dbeaver.ui.dialogs.ActiveWizardDialog;
/**
* NewConnectionDialog
* ConnectionDialog
*/
public class ConnectionDialog extends ActiveWizardDialog
{
......@@ -40,18 +40,6 @@ public class ConnectionDialog extends ActiveWizardDialog
super(window, wizard);
}
@Override
protected Control createDialogArea(Composite parent)
{
// DataSourceDescriptor ds = ((ConnectionWizard)getWizard()).getDataSourceDescriptor();
// if (ds != null) {
// getShell().setImage(ds.getDriver().getIcon());
// } else {
// getShell().setImage(DBIcon.GEN_DATABASE.getImage());
// }
return super.createDialogArea(parent);
}
@Override
protected void createButtonsForButtonBar(Composite parent)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册