aboutsummaryrefslogtreecommitdiff
path: root/ui.cpp
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-04-15 11:41:39 -0400
committerGavin Andresen <gavinandresen@gmail.com>2011-04-15 11:41:39 -0400
commita381eb8ddbad0a6924b856d0025b79562077edfb (patch)
tree1ee5157bac2be75d11325eff0336c42dea275051 /ui.cpp
parentd7f0287235da6a5c280d5568bf9dbd079a46c28b (diff)
parent17616eac17979ce0b3e0426e7d66ec893a2cb6c6 (diff)
downloadbitcoin-a381eb8ddbad0a6924b856d0025b79562077edfb.tar.xz
Merge branch 'http-version' of https://github.com/jgarzik/bitcoin
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 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();