Fix record movie dialog defaulting to tasproj after tastudio is opened

This commit is contained in:
adelikat 2014-10-18 21:08:05 +00:00
parent d6b4ce6dfe
commit 33eb056221
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace BizHawk.Client.EmuHawk
if (path[path.Length - 4] != '.') // If no file extension, add movie extension
{
path += "." + Global.MovieSession.Movie.PreferredExtension;
path += "." + MovieService.DefaultExtension;
}
}
}