summaryrefslogtreecommitdiff
path: root/AssetBrowser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'AssetBrowser.cs')
-rw-r--r--AssetBrowser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/AssetBrowser.cs b/AssetBrowser.cs
index 398c2c2..3049f5b 100644
--- a/AssetBrowser.cs
+++ b/AssetBrowser.cs
@@ -456,7 +456,7 @@ class AssetBrowser : EditorWindow
private int orderPath = 1;
#endregion
- [MenuItem("DNTools/查找/资源引用关系", false, 6)]
+ [MenuItem("Window/Asset Browser", false, 6)]
public static void Show()
{
editor = GetWindow<AssetBrowser>();