From 9abdfee0d7a30350f239a8d61ae5a3965a0ec2c1 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Tue, 20 Nov 2012 08:45:28 +0000 Subject: [PATCH] testing adding svn revision to about (again) git-svn-id: https://svn.code.sf.net/p/freetel/code@1036 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/src/fdmdv2_main.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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); } -- 2.25.1