From e84bf5dc59cd2b6ab94d9c7404756e16c2f292c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 19 Feb 2013 19:27:20 +0100 Subject: Fix unintended rename of bookmark*, mark* --- ksayit/src/ksayit.cpp | 2 +- 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/. -- cgit v1.2.3