diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-09-06 10:24:33 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-09-06 10:25:29 (GMT) |
commit | f3d8f3d0d17f9df678b83eff48f45eb4b622b45b (patch) | |
tree | 83842626d5a947921e8f604976aa6e3e0834fa69 /tools/linguist | |
parent | c08d738456e23ecb09c8f93047257e80215dff15 (diff) | |
download | Qt-f3d8f3d0d17f9df678b83eff48f45eb4b622b45b.zip Qt-f3d8f3d0d17f9df678b83eff48f45eb4b622b45b.tar.gz Qt-f3d8f3d0d17f9df678b83eff48f45eb4b622b45b.tar.bz2 |
search translator comments
Task-number: QTBUG-4165
Diffstat (limited to 'tools/linguist')
-rw-r--r-- | tools/linguist/linguist/mainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/linguist/linguist/mainwindow.cpp b/tools/linguist/linguist/mainwindow.cpp index 7d11823..265df05 100644 --- a/tools/linguist/linguist/mainwindow.cpp +++ b/tools/linguist/linguist/mainwindow.cpp @@ -1030,6 +1030,8 @@ void MainWindow::findAgain() break; if (searchItem(m->extraComment())) break; + if (searchItem(m->translatorComment())) + break; m_foundWhere = DataModel::NoLocation; // did not find the search string in this message } |