From fc73ad644f0b87b91f49b7f6f6b2348f78bdbbf4 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Mon, 13 Dec 2010 16:26:14 +0000 Subject: -- version 0.3.19 release git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@201 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.cpp') diff --git a/ui.cpp b/ui.cpp index bf436444b..677e6c2a7 100644 --- a/ui.cpp +++ b/ui.cpp @@ -1796,7 +1796,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%s BETA"), FormatVersion(VERSION).c_str(), pszSubVer)); // Change (c) into UTF-8 or ANSI copyright symbol wxString str = m_staticTextMain->GetLabel(); -- cgit v1.2.3