提交 ce3316e3 编写于 作者: S serge-rider

Icons fix


Former-commit-id: d1f86e15
上级 b327f265
......@@ -40,7 +40,7 @@ public class BaseAuthDialog extends BaseDialog
public BaseAuthDialog(Shell parentShell, String title, boolean passwordOnly)
{
super(parentShell, title, DBIcon.CONNECTIONS);
super(parentShell, title, DBIcon.TREE_USER);
this.passwordOnly = passwordOnly;
}
......
......@@ -103,7 +103,6 @@ public class DBIcon implements DBPImage
public static final DBIcon TREE_FOLDER_KEY = new DBIcon("folder_key", "tree/folder_key.png"); //$NON-NLS-1$ //$NON-NLS-2$
public static final DBIcon PROJECT = new DBIcon("project", "project.png"); //$NON-NLS-1$ //$NON-NLS-2$
public static final DBIcon CONNECTIONS = new DBIcon("connections", "connections.png"); //$NON-NLS-1$ //$NON-NLS-2$
public static final DBIcon TYPE_BOOLEAN = new DBIcon("boolean", "types/boolean.png"); //$NON-NLS-1$ //$NON-NLS-2$
public static final DBIcon TYPE_NUMBER = new DBIcon("number", "types/number.png"); //$NON-NLS-1$ //$NON-NLS-2$
......
......@@ -124,7 +124,7 @@ public class DBNProjectDatabases extends DBNNode implements DBNContainer, DBPEve
@Override
public DBPImage getNodeIcon()
{
return DBIcon.CONNECTIONS;
return DBIcon.TREE_DATABASE_CATEGORY;
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册