author | llornkcor <llornkcor> | 2002-07-20 03:08:24 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-07-20 03:08:24 (UTC) |
commit | cd03e9a352b7f37f3df45a089dd1eba9eefb9f05 (patch) (unidiff) | |
tree | fe7ea2902786f46d0af6aedaf9d247b4962f36d0 | |
parent | c42e3e2485c545beedd482115927bff7d1bf65a2 (diff) | |
download | opie-cd03e9a352b7f37f3df45a089dd1eba9eefb9f05.zip opie-cd03e9a352b7f37f3df45a089dd1eba9eefb9f05.tar.gz opie-cd03e9a352b7f37f3df45a089dd1eba9eefb9f05.tar.bz2 |
spelling error
-rw-r--r-- | core/apps/textedit/textedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp index 0af18da..9e6ba8d 100644 --- a/core/apps/textedit/textedit.cpp +++ b/core/apps/textedit/textedit.cpp | |||
@@ -823,25 +823,25 @@ bool TextEdit::saveAs() | |||
823 | nf.setFile( fileNm); | 823 | nf.setFile( fileNm); |
824 | doc = new DocLnk(nf); | 824 | doc = new DocLnk(nf); |
825 | // editor->setText(rt); | 825 | // editor->setText(rt); |
826 | // qDebug("openFile doclnk "+currentFileName); | 826 | // qDebug("openFile doclnk "+currentFileName); |
827 | doc->setName( currentFileName); | 827 | doc->setName( currentFileName); |
828 | updateCaption( currentFileName); | 828 | updateCaption( currentFileName); |
829 | 829 | ||
830 | FileManager fm; | 830 | FileManager fm; |
831 | if ( !fm.saveFile( *doc, rt ) ) { | 831 | if ( !fm.saveFile( *doc, rt ) ) { |
832 | return false; | 832 | return false; |
833 | } | 833 | } |
834 | 834 | ||
835 | if( useAdvancedFfeatures ) { | 835 | if( useAdvancedFeatures ) { |
836 | filePermissions *filePerm; | 836 | filePermissions *filePerm; |
837 | filePerm = new filePermissions(this, tr("Permissions"),true,0,(const QString &)fileNm); | 837 | filePerm = new filePermissions(this, tr("Permissions"),true,0,(const QString &)fileNm); |
838 | filePerm->exec(); | 838 | filePerm->exec(); |
839 | 839 | ||
840 | if( filePerm) | 840 | if( filePerm) |
841 | delete filePerm; | 841 | delete filePerm; |
842 | } | 842 | } |
843 | } | 843 | } |
844 | } | 844 | } |
845 | editor->setEdited(TRUE); | 845 | editor->setEdited(TRUE); |
846 | edited1=FALSE; | 846 | edited1=FALSE; |
847 | edited=TRUE; | 847 | edited=TRUE; |