mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Begining of porting the luainteface to linux + some other small fixes.
(could use some help with lua macros) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4515 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -145,7 +145,7 @@ void wxLuaWindow::OnEvent_ScriptLoad_Press(wxCommandEvent& WXUNUSED(event))
|
||||
m_TextCtrl_Log->Clear();
|
||||
m_TextCtrl_Log->AppendText(wxString::FromAscii(
|
||||
StringFromFormat("Script %s loaded successfully.\n",
|
||||
path.mb_str()).c_str()));
|
||||
(const char *)path.mb_str()).c_str()));
|
||||
m_Button_Run->Enable();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user