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

[tor-commits] [vidalia/alpha] Add the option to exit from the Tor menu



commit 845efa0601837ea0915d8bd9e235e13a78268025
Author: Tomás Touceda <chiiph@xxxxxxxxxxxxxx>
Date:   Thu Jan 19 16:04:17 2012 -0300

    Add the option to exit from the Tor menu
---
 src/vidalia/MainWindow.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/vidalia/MainWindow.cpp b/src/vidalia/MainWindow.cpp
index 183e78f..a78b5fe 100644
--- a/src/vidalia/MainWindow.cpp
+++ b/src/vidalia/MainWindow.cpp
@@ -193,6 +193,8 @@ MainWindow::createMenuBar()
 #if !defined(Q_WS_WIN)
   torMenu->addAction(_actionReloadConfig);
 #endif
+  torMenu->addSeparator();
+  torMenu->addAction(_actionExit);
 
   QMenu *actionsMenu = menu->addMenu(tr("Actions"));
   actionsMenu->addAction(_actionNewIdentity);



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits