| 756 | } |
| 757 | |
| 758 | void ProjectManager::RestartTimer() |
| 759 | { |
| 760 | if (mTimer) { |
| 761 | // mTimer->Stop(); // not really needed |
| 762 | mTimer->Start( 3000 ); // Update messages as needed once every 3 s. |
| 763 | } |
| 764 | } |
| 765 | |
| 766 | void ProjectManager::OnTimer(wxTimerEvent& WXUNUSED(event)) |
| 767 | { |