| 441 | |
| 442 | |
| 443 | void Manager::revertDialog() { |
| 444 | if (path == "") |
| 445 | return; |
| 446 | if (!promptClear(string::translate("patch.revertConfirm"))) |
| 447 | return; |
| 448 | |
| 449 | loadAction(path); |
| 450 | } |
| 451 | |
| 452 | |
| 453 | void Manager::pushRecentPath(std::string path) { |
no test coverage detected