summaryrefslogtreecommitdiff
path: root/core/apps
Unidiff
Diffstat (limited to 'core/apps') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/textedit/textedit.cpp4
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
@@ -953,8 +953,8 @@ void TextEdit::updateCaption( const QString &name ) {
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}