summaryrefslogtreecommitdiffstats
path: root/ksayit/src/ksayit.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-02-19 19:27:20 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-02-19 19:27:20 +0100
commite84bf5dc59cd2b6ab94d9c7404756e16c2f292c7 (patch)
tree3731e0dbb7dc98a4d4c9da42800470529fe92bc9 /ksayit/src/ksayit.cpp
parentea74b63ffc81e9a1a038236aa00874a348c9bce5 (diff)
downloadtdeaccessibility-e84bf5dc59cd2b6ab94d9c7404756e16c2f292c7.tar.gz
tdeaccessibility-e84bf5dc59cd2b6ab94d9c7404756e16c2f292c7.zip
Fix unintended rename of bookmark*, mark*
Diffstat (limited to 'ksayit/src/ksayit.cpp')
-rw-r--r--ksayit/src/ksayit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/ksayit.cpp b/ksayit/src/ksayit.cpp
index f1cbbfc..8181a87 100644
--- a/ksayit/src/ksayit.cpp
+++ b/ksayit/src/ksayit.cpp
@@ -290,7 +290,7 @@ void KSayItApp::slotChangeBookmarkFilename(const TQString &newname)
if ( newbkFile.isNull() )
return;
- // copy old bookmartdefile to new file
+ // copy old bookmarkfile to new file
if ( m_currentBookmarkFile != newbkFile ){
if ( TQFile::exists(m_currentBookmarkFile) ){
TQString command = TQString("cp %1 %2").arg(m_currentBookmarkFile).arg(newbkFile);