From d77eac25b2ecd8e6ff5619cfa57d0ebc0682ed09 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Sun, 4 Jul 2010 06:15:06 +0000 Subject: version 0.3 release git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@97 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- ui.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'ui.cpp') diff --git a/ui.cpp b/ui.cpp index 973cb0c6d..d6c87f491 100644 --- a/ui.cpp +++ b/ui.cpp @@ -1598,7 +1598,7 @@ void COptionsDialog::OnButtonApply(wxCommandEvent& event) CAboutDialog::CAboutDialog(wxWindow* parent) : CAboutDialogBase(parent) { - m_staticTextVersion->SetLabel(strprintf(_("version %d.%d.%d"), VERSION/10000, (VERSION/100)%100, VERSION%100)); + m_staticTextVersion->SetLabel(strprintf(_("version %d.%d.%d beta"), VERSION/10000, (VERSION/100)%100, VERSION%100)); // Change (c) into UTF-8 or ANSI copyright symbol wxString str = m_staticTextMain->GetLabel(); @@ -2541,12 +2541,3 @@ void CreateMainWindow() ptaskbaricon->Show(fMinimizeToTray || fClosedToTray); CreateThread(ThreadDelayedRepaint, NULL); } - - - - - - - - - -- cgit v1.2.3