Replace All button pressed.
| 2531 | //* Replace All button pressed. |
| 2532 | //************************************************* |
| 2533 | void NixNote::findReplaceAllInNotePressed() { |
| 2534 | tabWindow->currentBrowser()->findReplaceAllInNotePressed(); |
| 2535 | } |
| 2536 | |
| 2537 | |
| 2538 |
nothing calls this directly
no test coverage detected