From: Gildas Bazin Date: Mon, 16 May 2005 13:48:47 +0000 (+0000) Subject: * modules/gui/wxwindows/interface.cpp: something a bit uglier X-Git-Tag: 0.8.2~201 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1152f57a1b6a9d5a886edccae0c47032f314773b;p=vlc * modules/gui/wxwindows/interface.cpp: something a bit uglier --- diff --git a/modules/gui/wxwindows/interface.cpp b/modules/gui/wxwindows/interface.cpp index 69db0edc50..7f4854b167 100644 --- a/modules/gui/wxwindows/interface.cpp +++ b/modules/gui/wxwindows/interface.cpp @@ -245,6 +245,7 @@ Interface::Interface( intf_thread_t *_p_intf, long style ): /* As ugly as your butt! Please remove when wxWidgets 2.6 fixed their * Accelerators bug. */ p_dummy->m_imData = 0; + m_imData = 0; #endif p_dummy->SetFocus(); frame_sizer->Add( p_dummy, 0, 0 );