editors/FileManagementPanel.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1745 f9d32913bad4
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    31 from EditorPanel import EditorPanel
    31 from EditorPanel import EditorPanel
    32 from util.BitmapLibrary import GetBitmap
    32 from util.BitmapLibrary import GetBitmap
    33 from controls import FolderTree
    33 from controls import FolderTree
    34 
    34 
    35 FILTER = _("All files (*.*)|*.*|CSV files (*.csv)|*.csv")
    35 FILTER = _("All files (*.*)|*.*|CSV files (*.csv)|*.csv")
       
    36 
    36 
    37 
    37 class FileManagementPanel(EditorPanel):
    38 class FileManagementPanel(EditorPanel):
    38 
    39 
    39     def _init_Editor(self, parent):
    40     def _init_Editor(self, parent):
    40         self.Editor = wx.Panel(parent)
    41         self.Editor = wx.Panel(parent)