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:
parent
fdd7af8997
commit
3fd7c05579
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue