From: drowe67 Date: Tue, 20 Nov 2012 08:45:28 +0000 (+0000) Subject: testing adding svn revision to about (again) X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=9abdfee0d7a30350f239a8d61ae5a3965a0ec2c1;p=freetel-svn-tracking.git testing adding svn revision to about (again) git-svn-id: https://svn.code.sf.net/p/freetel/code@1036 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/fdmdv2/src/fdmdv2_main.cpp b/fdmdv2/src/fdmdv2_main.cpp index 5fb274ff..d8a75e66 100644 --- a/fdmdv2/src/fdmdv2_main.cpp +++ b/fdmdv2/src/fdmdv2_main.cpp @@ -1109,8 +1109,10 @@ void MainFrame::OnHelpCheckUpdatesUI(wxUpdateUIEvent& event) void MainFrame::OnHelpAbout(wxCommandEvent& event) { wxString msg; - msg.Printf( wxT("This is the About dialog of the sound sample.\n") - wxT("Welcome to %s"), wxVERSION_STRING); + msg.Printf( wxT("FreeDV Narrow Band Digital Voice over Radio Application.\n") + wxT("svn revision %d") + wxT("By David Witten and David Rowe") + , SVN_REV); wxMessageBox(msg, wxT("About"), wxOK | wxICON_INFORMATION, this); }