Skip to content

Commit f47e148

Browse files
committed
Renamed EditorWindow files
1 parent 68daab6 commit f47e148

10 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Abuksigun.PackageShortcuts
66
{
7-
class LogWindow : DefaultWindow
7+
class ProcessLogWindow : DefaultWindow
88
{
99
[SerializeField]
1010
string guid;
@@ -27,7 +27,7 @@ public static class ProcessLog
2727
[MenuItem("Assets/Process Log")]
2828
public static void Invoke()
2929
{
30-
var window = ScriptableObject.CreateInstance<LogWindow>();
30+
var window = ScriptableObject.CreateInstance<ProcessLogWindow>();
3131
window.titleContent = new GUIContent("Process Log");
3232
window.Show();
3333
}

0 commit comments

Comments
 (0)