Show find & replace dialog box.
| 2494 | //* Show find & replace dialog box. |
| 2495 | //************************************** |
| 2496 | void NixNote::findReplaceInNote() { |
| 2497 | tabWindow->currentBrowser()->findReplaceShortcut(); |
| 2498 | } |
| 2499 | |
| 2500 | |
| 2501 |
nothing calls this directly
no test coverage detected