Search for the previous occurrence of text in a note.
| 2472 | //* text in a note. |
| 2473 | //******************************************* |
| 2474 | void NixNote::findPrevInNote() { |
| 2475 | tabWindow->currentBrowser()->findPrevInNote(); |
| 2476 | } |
| 2477 | |
| 2478 | |
| 2479 |
nothing calls this directly
no test coverage detected