Skip to content

Commit

Permalink
title now includes version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasbats committed May 16, 2020
1 parent 8264698 commit 536f67e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RTZassistApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ inline bool wxRTZassistApp::OnInit() {
mainFrame->Show(true);
mainFrame->Fit();

mainFrame->SetTitle("RTZassist 0.2");

SetTopWindow(mainFrame);
return true;
}

0 comments on commit 536f67e

Please sign in to comment.