diff -r c2ce9944148c -r 0bba81dde1bc texteditor.cpp --- a/texteditor.cpp Wed Feb 10 13:48:42 2010 +0000 +++ b/texteditor.cpp Fri Feb 19 13:47:03 2010 +0000 @@ -521,7 +521,8 @@ // Load note QFileDialog *fd=new QFileDialog( this); QStringList types; - types<< "VYM notes (*.html)" << + types<< "Text (*.txt *.html)"<< + "VYM notes and HTML (*.html)" << "ASCII texts (*.txt)" << "All filed (*)"; fd->setFilters (types);