main.cpp
changeset 657 8e596f73f258
parent 625 22955004d512
child 721 12958f987bcf
     1.1 --- a/main.cpp	Fri Nov 09 12:07:22 2007 +0000
     1.2 +++ b/main.cpp	Wed Jan 16 15:45:19 2008 +0000
     1.3 @@ -73,7 +73,7 @@
     1.4  		"http://www.InSilmaril.de/vym\n");
     1.5  	if (options.parse())
     1.6  	{
     1.7 -		cout << endl << options.getHelpText().ascii()<<endl;
     1.8 +		cout << endl << qPrintable( options.getHelpText())<<endl;
     1.9  		return 1;
    1.10  	}
    1.11  
    1.12 @@ -146,7 +146,7 @@
    1.13  
    1.14  	if (options.isOn ("help"))
    1.15  	{
    1.16 -		cout << options.getHelpText().ascii()<<endl;
    1.17 +		cout << qPrintable (options.getHelpText())<<endl;
    1.18  		return 0;	
    1.19  	}	
    1.20