diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-02-19 19:27:20 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-02-19 19:27:20 +0100 |
commit | e84bf5dc59cd2b6ab94d9c7404756e16c2f292c7 (patch) | |
tree | 3731e0dbb7dc98a4d4c9da42800470529fe92bc9 /ksayit/src | |
parent | ea74b63ffc81e9a1a038236aa00874a348c9bce5 (diff) | |
download | tdeaccessibility-e84bf5dc59cd2b6ab94d9c7404756e16c2f292c7.tar.gz tdeaccessibility-e84bf5dc59cd2b6ab94d9c7404756e16c2f292c7.zip |
Fix unintended rename of bookmark*, mark*
Diffstat (limited to 'ksayit/src')
-rw-r--r-- | ksayit/src/ksayit.cpp | 2 | ||||
-rw-r--r-- | ksayit/src/ksayit.h | 2 |
2 files changed, 2 insertions, 2 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); diff --git a/ksayit/src/ksayit.h b/ksayit/src/ksayit.h index f82bd5b..85788c9 100644 --- a/ksayit/src/ksayit.h +++ b/ksayit/src/ksayit.h @@ -310,7 +310,7 @@ private: // Methods void setActions(int actions); /** - * Returns the absolute pathname of the given bookmartdefile. + * Returns the absolute pathname of the given bookmarkfile. * This is the first KDE resource directory \p (share/apps) in which * the user has write permissions. The relative path is * \p ksayit/ksayit_bookmarks/. |