From 17b2740289268c037c5adb5956989f134982bf80 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Thu, 29 Jul 2010 15:34:48 +0000 Subject: Fredrik Roubert: simplified makefile.unix with wx-config, misc git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@118 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- ui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ui.cpp') diff --git a/ui.cpp b/ui.cpp index e457d10eea..71455e672a 100644 --- a/ui.cpp +++ b/ui.cpp @@ -1763,8 +1763,7 @@ void COptionsDialog::OnButtonApply(wxCommandEvent& event) CAboutDialog::CAboutDialog(wxWindow* parent) : CAboutDialogBase(parent) { - m_staticTextVersion->SetLabel(strprintf(_("version %d.%d.%d beta"), VERSION/10000, (VERSION/100)%100, VERSION%100)); - //m_staticTextVersion->SetLabel(strprintf(_("version %d.%d.%d%s beta"), VERSION/10000, (VERSION/100)%100, VERSION%100, pszSubVer)); + m_staticTextVersion->SetLabel(strprintf(_("version %d.%d.%d%s beta"), VERSION/10000, (VERSION/100)%100, VERSION%100, pszSubVer)); // Change (c) into UTF-8 or ANSI copyright symbol wxString str = m_staticTextMain->GetLabel(); -- cgit v1.2.3