From fd1661ed2676b3ae21e4d28589489fd142d26300 Mon Sep 17 00:00:00 2001 From: Kalven Date: Thu, 5 Sep 2019 11:29:07 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-1161=20=E5=9B=BE=E7=89=87=E5=86=8D?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fr/plugin/widget/ztree/ui/control/ZTreeControlPane.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fr/plugin/widget/ztree/ui/control/ZTreeControlPane.java b/src/main/java/com/fr/plugin/widget/ztree/ui/control/ZTreeControlPane.java index fcd5f6a..121b555 100644 --- a/src/main/java/com/fr/plugin/widget/ztree/ui/control/ZTreeControlPane.java +++ b/src/main/java/com/fr/plugin/widget/ztree/ui/control/ZTreeControlPane.java @@ -142,7 +142,7 @@ public class ZTreeControlPane extends BasicPane { public AddNodeAction() { this.setName(I18nKit.getLocText("Plugin-ZTree_Add_Node")); this.setMnemonic('A'); - this.setSmallIcon(IOKit.readIcon("/images/add.png")); + this.setSmallIcon(IOKit.readIcon("/com/fr/plugin/widget/ztree/images/add.png")); } @Override @@ -158,7 +158,7 @@ public class ZTreeControlPane extends BasicPane { public RemoveNodeAction() { this.setName(I18nKit.getLocText("Plugin-ZTree_Remove_Node")); this.setMnemonic('R'); - this.setSmallIcon(IOKit.readIcon("/images/remove.png")); + this.setSmallIcon(IOKit.readIcon("/com/fr/plugin/widget/ztree/images/remove.png")); } @Override