[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1806: Change the "Start Tor" button text to "Starting Tor" while T (trunk/src/gui)



Author: edmanm
Date: 2007-07-19 11:38:01 -0400 (Thu, 19 Jul 2007)
New Revision: 1806

Modified:
   trunk/src/gui/mainwindow.cpp
Log:
Change the "Start Tor" button text to "Starting Tor" while Tor is starting.

Modified: trunk/src/gui/mainwindow.cpp
===================================================================
--- trunk/src/gui/mainwindow.cpp	2007-07-19 15:30:18 UTC (rev 1805)
+++ trunk/src/gui/mainwindow.cpp	2007-07-19 15:38:01 UTC (rev 1806)
@@ -436,6 +436,7 @@
       trayIconFile = IMG_TOR_STARTING;
       statusIconFile = IMG_TOR_STARTING_48;
       _startStopAct->setEnabled(false);
+      ui.lblStartStopTor->setText(tr("Starting Tor"));
       ui.lblStartStopTor->setEnabled(false);
       ui.lblStartStopTor->setStatusTip(statusText);
       ui.lblStartStopTor->setAnimation(QPixmap(ANIM_PROCESS_WORKING));