diff -r f9f7922989d8 -r 0bba81dde1bc texteditor.cpp --- a/texteditor.cpp Wed Nov 25 10:58:21 2009 +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);