main.cpp
changeset 486 9c86935835a4
parent 473 8b9cfc26638c
child 491 c58b3973337c
     1.1 --- a/main.cpp	Wed May 02 15:31:18 2007 +0000
     1.2 +++ b/main.cpp	Wed May 02 15:31:20 2007 +0000
     1.3 @@ -134,7 +134,6 @@
     1.4  	// Initialize window of TextEditor
     1.5  	textEditor = new TextEditor();
     1.6  	textEditor->setIcon (QPixmap (iconPath+"vym-editor.png"));
     1.7 -	if (textEditor->showWithMain()) textEditor->show();
     1.8  
     1.9  	// Initialize mainwindow 
    1.10      Main m;