[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1872: Don't mention Vidalia in the "Tor Status" banner since, well (in trunk: . src/gui)
Author: edmanm
Date: 2007-08-25 02:28:52 -0400 (Sat, 25 Aug 2007)
New Revision: 1872
Modified:
trunk/
trunk/src/gui/mainwindow.cpp
Log:
r2062@adrastea: edmanm | 2007-08-25 02:28:44 -0400
Don't mention Vidalia in the "Tor Status" banner since, well, Vidalia isn't
Tor.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /vidalia/local/trunk [r2062] on 54b3572a-7227-0410-958f-53ecd705b71a
Modified: trunk/src/gui/mainwindow.cpp
===================================================================
--- trunk/src/gui/mainwindow.cpp 2007-08-25 05:23:51 UTC (rev 1871)
+++ trunk/src/gui/mainwindow.cpp 2007-08-25 06:28:52 UTC (rev 1872)
@@ -452,12 +452,7 @@
ui.lblStartStopTor->setEnabled(false);
ui.lblStartStopTor->setStatusTip(statusText);
ui.lblStartStopTor->setAnimation(QPixmap(ANIM_PROCESS_WORKING));
- } else if (status == Connecting) {
- statusText = tr("Vidalia is connecting to Tor");
- } else if (status == Authenticating) {
- statusText = tr("Vidalia is authenticating to Tor");
} else if (status == Authenticated) {
- statusText = tr("Tor is running");
trayIconFile = IMG_TOR_RUNNING;
statusIconFile = IMG_TOR_RUNNING_48;
}