Ignore:
Timestamp:
05/07/12 17:31:20 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Fixed the handling of filenames

File:
1 edited

Legend:

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

    r154 r164  
    22992299            pirep = PIREP(gui)
    23002300
    2301             self._lastSavePath = dialog.get_filename()
     2301            self._lastSavePath = text2unicode(dialog.get_filename())
    23022302           
    23032303            if pirep.save(self._lastSavePath):
Note: See TracChangeset for help on using the changeset viewer.