--- kturtle/src/kturtle-old.cpp 2007-05-03 13:37:17 +0400 +++ kturtle/src/kturtle.cpp 2007-05-03 13:37:29 +0400 @@ -379,8 +379,6 @@ if ( url.isEmpty() ) slotSaveAs(); else { - QString mString = editorInterface->text(); // get the text - editorInterface->setText( mString.utf8() ); // convert it to utf8 editor->document()->saveAs(url); // use the KateParts method for saving loadFile(url); // reload the file as utf8 otherwise display weird chars setCaption( url.fileName() );