aboutsummaryrefslogtreecommitdiff
path: root/uibase.h
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-11-07 05:05:03 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-11-07 05:05:03 +0000
commit1a01afab238cbf48331559f4be4b20f9027c53b4 (patch)
tree057c6725bb6df301d4a2b2793f14d562eb106bb0 /uibase.h
parent85c33b960211722e2183e90b2fa0460f5fe52467 (diff)
downloadbitcoin-1a01afab238cbf48331559f4be4b20f9027c53b4.tar.xz
UI tweaks, use BindListenPort to detect instance already running, setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart
Diffstat (limited to 'uibase.h')
-rw-r--r--uibase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uibase.h b/uibase.h
index 6332b931c8..2cb99e9a59 100644
--- a/uibase.h
+++ b/uibase.h
@@ -277,7 +277,7 @@ class CSendDialogBase : public wxDialog
protected:
- wxStaticText* m_staticText14;
+ wxStaticText* m_staticTextInstructions;
wxStaticBitmap* m_bitmapCheckMark;
wxStaticText* m_staticText36;