Ignore:
Timestamp:
05/12/19 07:15:26 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

Removed text2unicode (re #347).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/gui.py

    r946 r954  
    14921492
    14931493        if result==RESPONSETYPE_OK:
    1494             self._lastLoadedPIREP = text2unicode(dialog.get_filename())
     1494            self._lastLoadedPIREP = dialog.get_filename()
    14951495
    14961496            pirep = PIREP.load(self._lastLoadedPIREP)
Note: See TracChangeset for help on using the changeset viewer.