Actions
Bug #152
closedImporting a world from file crashes
% Done:
100%
Company:
-
Contact person:
-
Additional contact persons:
-
Description
When trying to select File -> Import -> From file... CocoMUD displays an error. The reason is the use of the wx.OPEN
flag, which doesn't exist anymore in wxPython (see wx.FD_OPEN
instead).
Added by Vincent Le Goff almost 5 years ago
Updated by Vincent Le Goff almost 5 years ago
- Status changed from Open to Closed
- Assignee set to Vincent Le Goff
- % Done changed from 0 to 100
Fixed in commit 80361b92af55d0580443b315a2a27ffcb5276cac (HEAD -> master).
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page
Fix #152: importing a world from a file fails