removed tooltip balance until it can be made to change without opening the UI
authorJohn Maguire <johnmaguire2013@gmail.com>
Thu, 5 May 2011 14:49:20 +0000 (10:49 -0400)
committerJohn Maguire <johnmaguire2013@gmail.com>
Thu, 5 May 2011 14:49:20 +0000 (10:49 -0400)
ui.cpp

diff --git a/ui.cpp b/ui.cpp
index 5e53489..2852d44 100644 (file)
--- 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)");