Commit d215f2b3 authored by Olivier Teulière's avatar Olivier Teulière

* modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155)

 * modules/gui/win32/menu.cpp: removed some ^M chars
parent c11c3943
......@@ -2,7 +2,7 @@
* menu.cpp: functions to handle menu items
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* $Id: menu.cpp,v 1.11 2003/01/27 17:41:01 ipkiss Exp $
* $Id: menu.cpp,v 1.12 2003/02/01 22:21:44 ipkiss Exp $
*
* Authors: Olivier Teuliere <ipkiss@via.ecp.fr>
*
......
......@@ -2,7 +2,7 @@
* win32.cpp : Win32 interface plugin for vlc
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* $Id: win32.cpp,v 1.13 2003/01/26 02:22:59 ipkiss Exp $
* $Id: win32.cpp,v 1.14 2003/02/01 22:21:44 ipkiss Exp $
*
* Authors: Olivier Teulire <ipkiss@via.ecp.fr>
*
......@@ -268,7 +268,7 @@ int Win32Manage( intf_thread_t *p_intf )
if( b_need_menus )
{
//p_intf->p_sys->p_menus->SetupMenus();
p_intf->p_sys->p_menus->SetupMenus();
}
vlc_mutex_unlock( &p_input->stream.stream_lock );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment