texteditor.cpp
changeset 823 0bba81dde1bc
parent 807 f9f7922989d8
child 825 1ad892c1a709
     1.1 --- a/texteditor.cpp	Wed Feb 10 13:48:42 2010 +0000
     1.2 +++ b/texteditor.cpp	Fri Feb 19 13:47:03 2010 +0000
     1.3 @@ -521,7 +521,8 @@
     1.4  		// Load note
     1.5  		QFileDialog *fd=new QFileDialog( this);
     1.6  		QStringList types;
     1.7 -		types<< "VYM notes (*.html)" <<
     1.8 +		types<< "Text (*.txt *.html)"<<
     1.9 +			"VYM notes and HTML (*.html)" <<
    1.10  			"ASCII texts (*.txt)" <<
    1.11  			"All filed (*)";
    1.12  		fd->setFilters (types);