aboutsummaryrefslogtreecommitdiff
path: root/ui.cpp
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-07-04 06:15:06 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-07-04 06:15:06 +0000
commitd77eac25b2ecd8e6ff5619cfa57d0ebc0682ed09 (patch)
tree2a2869b3fb5bf11e08fa7c7f0fb6bb54ca312946 /ui.cpp
parentreduced max outbound connections from 15 to 8 --version 0.3 rc4 (diff)
downloaddiscoin-d77eac25b2ecd8e6ff5619cfa57d0ebc0682ed09.tar.xz
discoin-d77eac25b2ecd8e6ff5619cfa57d0ebc0682ed09.zip
version 0.3 releasev0.3.0
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@97 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp11
1 files changed, 1 insertions, 10 deletions
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);
}
-
-
-
-
-
-
-
-
-