mirror of https://github.com/BOINC/boinc.git
parent
f958a8a7e8
commit
2d17b7bfff
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue