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 evLoadPlay:
|
||||||
case evLoad:
|
case evLoad:
|
||||||
if(display_openfilewindow(gui, 0) && (msg == evLoadPlay))
|
if(display_openfilewindow(gui, 0) && (msg == evLoadPlay))
|
||||||
|
{
|
||||||
mplGotoTheNext = guiIntfStruct.Playing? 0 : 1;
|
mplGotoTheNext = guiIntfStruct.Playing? 0 : 1;
|
||||||
handlemsg(hWnd, evDropFile);
|
handlemsg(hWnd, evDropFile);
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
case evLoadSubtitle:
|
case evLoadSubtitle:
|
||||||
display_opensubtitlewindow(gui);
|
display_opensubtitlewindow(gui);
|
||||||
|
|
Loading…
Reference in New Issue