-rw-r--r-- | core/apps/textedit/textedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp index 1c3b393..e978fa4 100644 --- a/core/apps/textedit/textedit.cpp +++ b/core/apps/textedit/textedit.cpp | |||
@@ -948,18 +948,18 @@ void TextEdit::updateCaption( const QString &name ) { | |||
948 | else { | 948 | else { |
949 | QString s = name; | 949 | QString s = name; |
950 | if ( s.isNull() ) | 950 | if ( s.isNull() ) |
951 | s = doc->name(); | 951 | s = doc->name(); |
952 | if ( s.isEmpty() ) { | 952 | if ( s.isEmpty() ) { |
953 | s = tr( "Unnamed" ); | 953 | s = tr( "Unnamed" ); |
954 | currentFileName=s; | 954 | currentFileName=s; |
955 | } | 955 | } |
956 | if(s.left(1) == "/") | 956 | // if(s.left(1) == "/") |
957 | s = s.right(s.length()-1); | 957 | // s = s.right(s.length()-1); |
958 | setCaption( s + " - " + tr("Text Editor") ); | 958 | setCaption( s + " - " + tr("Text Editor") ); |
959 | } | 959 | } |
960 | } | 960 | } |
961 | 961 | ||
962 | void TextEdit::setDocument(const QString& fileref) { | 962 | void TextEdit::setDocument(const QString& fileref) { |
963 | if(fileref != "Unnamed") { | 963 | if(fileref != "Unnamed") { |
964 | currentFileName=fileref; | 964 | currentFileName=fileref; |
965 | qDebug("setDocument"); | 965 | qDebug("setDocument"); |