diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 13:41:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 13:41:49 -0600 |
commit | f8d95a02420773d558fe73c0847c305666d47241 (patch) | |
tree | f078d1873e2141de4749d3b41405baf6dfe0463b /kate/part/katesearch.cpp | |
parent | d1e0cc99a202cef3306b90b8839a6726e89f201e (diff) | |
download | tdelibs-f8d95a02420773d558fe73c0847c305666d47241.tar.gz tdelibs-f8d95a02420773d558fe73c0847c305666d47241.zip |
Fix unintended renaming
Diffstat (limited to 'kate/part/katesearch.cpp')
-rw-r--r-- | kate/part/katesearch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katesearch.cpp b/kate/part/katesearch.cpp index b66be04c6..9d0dc896b 100644 --- a/kate/part/katesearch.cpp +++ b/kate/part/katesearch.cpp @@ -696,7 +696,7 @@ bool KateSearch::doSearch( const TQString& text ) col = foundCol+1; } while (s.flags.selected && m_view->blockSelectionMode() && found); - // in the case we want to search in selection + bloctdeselection we need to loop + // in the case we want to search in selection + blockselection we need to loop if( !found ) return false; |