Wxwidgets: No, Lua code does not support reading script from .zip
This commit is contained in:
parent
93f05ba54b
commit
3578394e70
1 changed files with 1 additions and 1 deletions
|
@ -957,7 +957,7 @@ void wxwin_mainwindow::handle_menu_click_cancelable(wxCommandEvent& e)
|
|||
platform::queue("run-script " + pick_file_member(this, "Select Script", "."));
|
||||
return;
|
||||
case wxID_RUN_LUA:
|
||||
platform::queue("run-lua " + pick_file_member(this, "Select Lua Script", "."));
|
||||
platform::queue("run-lua " + pick_file(this, "Select Lua Script", "."));
|
||||
return;
|
||||
case wxID_EVAL_LUA:
|
||||
platform::queue("evaluate-lua " + pick_text(this, "Evaluate Lua", "Enter Lua Statement:"));
|
||||
|
|
Loading…
Add table
Reference in a new issue