Win32 - TASEDit - made the import FM2 menu item open the play movie dialog. This will suffice until the import concept is implemented.

This commit is contained in:
adelikat 2009-11-19 22:20:25 +00:00
parent fdd7af8997
commit 3fd7c05579
1 changed files with 2 additions and 1 deletions

View File

@ -901,7 +901,8 @@ BOOL CALLBACK WndprocTasEdit(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPar
break;
case ID_FILE_IMPORTFM2:
Import();
Replay_LoadMovie(true);
//Import(); //adelikat: Putting the play movie dialog in its place until the import concept is refined.
break;
case ID_FILE_EXPORTFM2: