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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksayit/src/ksayit.cpp') 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); -- cgit v1.2.1