Quick Updates

svn path=/trunk/boinc/; revision=16381
This commit is contained in:
Rom Walton 2008-10-31 22:11:38 +00:00
parent f958a8a7e8
commit 2d17b7bfff
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ bool CDlgAbout::Create(wxWindow* parent, wxWindowID id, const wxString& caption,
m_AboutBOINCSloganCtrl = NULL;
m_AboutBOINCURLCtrl = NULL;
m_strVersion = wxT(BOINC_VERSION_STRING);
m_strWidgetsVersion.Printf(wxT("%s"), &wxMAKE_VERSION_DOT_STRING(wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_NUMBER));
m_strWidgetsVersion.Printf(wxT("%d.%d.%d"), wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_NUMBER);
////@end CDlgAbout member initialisation
CSkinAdvanced* pSkinAdvanced = wxGetApp().GetSkinManager()->GetAdvanced();