aboutsummaryrefslogtreecommitdiff
path: root/ui.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2010-12-13 14:28:59 -0500
committerGavin Andresen <[email protected]>2010-12-13 14:28:59 -0500
commitbc530fe89fa2be0bbb991c4f65b187fc1dc00792 (patch)
treec8854837da3e136d146e2d31c82d363b6cce31a9 /ui.cpp
parentMerge remote branch 'refs/remotes/svn/trunk' into svn (diff)
parent-- version 0.3.19 release (diff)
downloaddiscoin-bc530fe89fa2be0bbb991c4f65b187fc1dc00792.tar.xz
discoin-bc530fe89fa2be0bbb991c4f65b187fc1dc00792.zip
Merge remote branch 'refs/remotes/svn/trunk' into svn
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp2
1 files changed, 1 insertions, 1 deletions
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();