From d299c28eccd48a67aa479323d01fbfd963ba77d3 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Thu, 5 May 2011 10:49:20 -0400 Subject: removed tooltip balance until it can be made to change without opening the UI --- ui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui.cpp b/ui.cpp index 5e53489116..2852d44026 100644 --- a/ui.cpp +++ b/ui.cpp @@ -2617,9 +2617,9 @@ void CMyTaskBarIcon::Show(bool fShow) static char pszPrevTip[200]; if (fShow) { - string strTooltip = strprintf(_("Balance: %s"), FormatMoney(GetBalance()).c_str()); + string strTooltip = _("Bitcoin"); if (fGenerateBitcoins) - strTooltip = strprintf(_("Bitcoin - Generating (Balance: %s)"), FormatMoney(GetBalance()).c_str()); + strTooltip = _("Bitcoin - Generating"); if (fGenerateBitcoins && vNodes.empty()) strTooltip = _("Bitcoin - (not connected)"); -- cgit v1.2.3