Ignore:
Timestamp:
05/16/12 18:04:55 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added support for the entrance exam

File:
1 edited

Legend:

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

    r175 r184  
    7272           
    7373        filter = gtk.FileFilter()
    74         filter.set_name(xstr("chklst_filter_all"))
     74        filter.set_name(xstr("file_filter_all"))
    7575        filter.add_pattern("*.*")
    7676        self._fileChooser.add_filter(filter)
Note: See TracChangeset for help on using the changeset viewer.