From a5843203574aba93a94df09eed9c922ec0f41d78 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Fri, 15 Apr 2011 03:58:28 -0400 Subject: Ensure version number->string conversion is consistent --- ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.cpp') diff --git a/ui.cpp b/ui.cpp index 45e07d16ea..5d4c6529ff 100644 --- a/ui.cpp +++ b/ui.cpp @@ -1814,7 +1814,7 @@ void COptionsDialog::OnButtonApply(wxCommandEvent& event) CAboutDialog::CAboutDialog(wxWindow* parent) : CAboutDialogBase(parent) { - m_staticTextVersion->SetLabel(strprintf(_("version %s%s BETA"), FormatVersion(VERSION).c_str(), pszSubVer)); + m_staticTextVersion->SetLabel(strprintf(_("version %s"), FormatFullVersion().c_str())); // Change (c) into UTF-8 or ANSI copyright symbol wxString str = m_staticTextMain->GetLabel(); -- cgit v1.2.3