testing adding svn revision to about (again)
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 20 Nov 2012 08:45:28 +0000 (08:45 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 20 Nov 2012 08:45:28 +0000 (08:45 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1036 01035d8c-6547-0410-b346-abe4f91aad63

fdmdv2/src/fdmdv2_main.cpp

index 5fb274ffa5328c6c3db1c9d8c15ae867b5770a7e..d8a75e66fcfc1cf883cba9c7f2f38633d5861b4b 100644 (file)
@@ -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);
 }