[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1705: I like this spot better for the "Control Panel" option. (Is (trunk/src/gui)
Author: edmanm
Date: 2007-04-09 22:50:22 -0400 (Mon, 09 Apr 2007)
New Revision: 1705
Modified:
trunk/src/gui/mainwindow.cpp
Log:
I like this spot better for the "Control Panel" option. (Is there a better
name for the new window than "Control Panel"?)
Modified: trunk/src/gui/mainwindow.cpp
===================================================================
--- trunk/src/gui/mainwindow.cpp 2007-04-09 08:16:52 UTC (rev 1704)
+++ trunk/src/gui/mainwindow.cpp 2007-04-10 02:50:22 UTC (rev 1705)
@@ -280,7 +280,6 @@
QMenu *menu = new QMenu(this);
menu->addAction(_startStopAct);
menu->addSeparator();
- menu->addAction(_controlPanelAct);
menu->addAction(_bandwidthAct);
menu->addAction(_messageAct);
menu->addAction(_networkAct);
@@ -290,6 +289,7 @@
/* These aren't added to the dock menu on Mac, since they are in the
* standard Mac locations in the menu bar. */
menu->addSeparator();
+ menu->addAction(_controlPanelAct);
menu->addAction(_configAct);
menu->addAction(_helpAct);
menu->addAction(_aboutAct);