Hello all,
I ran into a problem when opening multiple documents with the editor.wx.lua
It would simply fail silently

Turns out about line 556 it was expecting name to not be nil
So I added this just above line 556 and it works just fine now!

if not name then name = "" end

Hope thats

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to