From ec82517c8919f9cb7194511dc322a2575745e39e Mon Sep 17 00:00:00 2001 From: --author=Satoshi Nakamoto Date: Fri, 30 Jul 2010 17:35:17 +0000 Subject: Fredrik Roubert: simplified makefile.unix with wx-config, misc --- ui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ui.cpp') diff --git a/ui.cpp b/ui.cpp index 3b63a936e3..a5a6dd7c61 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