mirror of https://github.com/mpv-player/mpv
small oops fix from my last commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21790 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6f0e3fb15d
commit
2c2a233ac2
|
@ -181,8 +181,10 @@ static void handlemsg(HWND hWnd, int msg)
|
|||
case evLoadPlay:
|
||||
case evLoad:
|
||||
if(display_openfilewindow(gui, 0) && (msg == evLoadPlay))
|
||||
{
|
||||
mplGotoTheNext = guiIntfStruct.Playing? 0 : 1;
|
||||
handlemsg(hWnd, evDropFile);
|
||||
}
|
||||
return;
|
||||
case evLoadSubtitle:
|
||||
display_opensubtitlewindow(gui);
|
||||
|
|
Loading…
Reference in New Issue