提交 5ef1fb3c 编写于 作者: S Serge Rider

New object create icon fix

上级 5bd49367
...@@ -138,7 +138,9 @@ public class NavigatorHandlerObjectCreateNew extends NavigatorHandlerObjectCreat ...@@ -138,7 +138,9 @@ public class NavigatorHandlerObjectCreateNew extends NavigatorHandlerObjectCreat
if (typeName != null) { if (typeName != null) {
// Prepend "Create new" as it is a single node // Prepend "Create new" as it is a single node
typeName = NLS.bind(UINavigatorMessages.actions_navigator_create_new, typeName); typeName = NLS.bind(UINavigatorMessages.actions_navigator_create_new, typeName);
objectIcon = command.getParameterMap().get(NavigatorCommands.PARAM_OBJECT_TYPE_ICON); if (!(node instanceof DBNDatabaseFolder)) {
objectIcon = command.getParameterMap().get(NavigatorCommands.PARAM_OBJECT_TYPE_ICON);
}
} }
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册