提交 36a104f2 编写于 作者: J jurgen

EE branding fix

Former-commit-id: 2428bd39
上级 c5a40e32
......@@ -29,8 +29,8 @@
</extension>
<extension point="org.eclipse.core.runtime.products" id="product">
<product application="org.jkiss.dbeaver.core.application.standalone" description="%productSubTitle" name="DBeaver Enterprise">
<property name="aboutText" value="DBeaver - Enterprise Database Manager"/>
<product application="org.jkiss.dbeaver.core.application.standalone" description="%productSubTitle" name="DBeaver">
<property name="aboutText" value="DBeaver - Universal Database Manager"/>
<property name="copyright" value="%productCopyright"/>
<property name="subTitle" value="%productSubTitle"/>
<property name="website" value="%productWebsite"/>
......
......@@ -510,11 +510,8 @@ public abstract class DBNDatabaseNode extends DBNNode implements IActionFilter,
}
public DBPDataSource getDataSource() {
DBPDataSource dataSource = getObject().getDataSource();
if(dataSource == null) {
return null;
}
return dataSource;
DBSObject object = getObject();
return object == null ? null : object.getDataSource();
}
public DBSObjectFilter getNodeFilter(DBXTreeItem meta, boolean firstMatch)
......
......@@ -44,20 +44,20 @@
<license>
<url>http://dbeaver.jkiss.org/about/</url>
<text>
DBeaver - Universal Database Manager
Copyright (C) 2010-2015 Serge Rieder (serge@jkiss.org)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License (version 2)
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
DBeaver - Universal Database Manager
Copyright (C) 2010-2015 Serge Rieder (serge@jkiss.org)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License (version 2)
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
</text>
</license>
......
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册