Lua Writer - when file is saved it is a recent lua file not a recent watch file!

This commit is contained in:
adelikat 2012-09-14 01:26:38 +00:00
parent 6053d1bf89
commit 39b891c824
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ namespace BizHawk.MultiClient
CurrentFile = file.FullName;
SaveScript();
MessageLabel.Text = Path.GetFileName(CurrentFile) + " saved.";
Global.Config.RecentWatches.Add(file.FullName);
Global.Config.RecentLua.Add(file.FullName);
}
}