-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 dc0d61b..9ef423c 100644 --- a/core/apps/textedit/textedit.cpp +++ b/core/apps/textedit/textedit.cpp | |||
@@ -771,7 +771,6 @@ file.<BR>Open <B>.desktop</B> file or <B>linked</B> file?"), | |||
771 | filer = sf.file(); | 771 | filer = sf.file(); |
772 | if(filer.right(1) == "/") | 772 | if(filer.right(1) == "/") |
773 | filer = f; | 773 | filer = f; |
774 | } | ||
775 | 774 | ||
776 | DocLnk nf; | 775 | DocLnk nf; |
777 | nf.setType("text/plain"); | 776 | nf.setType("text/plain"); |
@@ -783,6 +782,7 @@ file.<BR>Open <B>.desktop</B> file or <B>linked</B> file?"), | |||
783 | 782 | ||
784 | qDebug("openFile string "+currentFileName); | 783 | qDebug("openFile string "+currentFileName); |
785 | 784 | ||
785 | } | ||
786 | showEditTools(); | 786 | showEditTools(); |
787 | // Show filename in caption | 787 | // Show filename in caption |
788 | QString name = filer; | 788 | QString name = filer; |