X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fwince%2Fsubtitles.cpp;h=7a38c56b2d8ae31e7064945bfe652151e71a81a0;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=25b597c15bc918fa140a03f5d7d28dab4b840340;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/gui/wince/subtitles.cpp b/modules/gui/wince/subtitles.cpp index 25b597c15b..7a38c56b2d 100644 --- a/modules/gui/wince/subtitles.cpp +++ b/modules/gui/wince/subtitles.cpp @@ -51,12 +51,12 @@ SubsFileDialog::SubsFileDialog( intf_thread_t *p_intf, CBaseWindow *p_parent, /*********************************************************************** -FUNCTION: +FUNCTION: WndProc -PURPOSE: +PURPOSE: Processes messages sent to the main window. - + ***********************************************************************/ LRESULT SubsFileDialog::WndProc( HWND hwnd, UINT msg, WPARAM wp, LPARAM lp ) { @@ -260,7 +260,7 @@ LRESULT SubsFileDialog::WndProc( HWND hwnd, UINT msg, WPARAM wp, LPARAM lp ) { SHFullScreen( GetForegroundWindow(), SHFS_HIDESIPBUTTON ); OnFileBrowse(); - } + } } break;