Fixed projection dialog so you can set [#586].
(Part of the problems that arise with wx returning unicode.)
* Thuban/UI/projdialog.py: translating filenames from dlg.GetPaths()
and dlg.GetPath() to internal encoding using internal_from_wxstring().
This fixes #586 (projection exception when changing projection).
Using variable "path" in ProjFrame:_OnImport() more consistently.
(__GetProjection): Using internal_from_wxstring() for the
project parameters.
|