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

[vidalia-svn] r1793: I want to see the 'Control Panel' option in my OS X dock ico (trunk/src/gui)



Author: edmanm
Date: 2007-06-21 00:30:44 -0400 (Thu, 21 Jun 2007)
New Revision: 1793

Modified:
   trunk/src/gui/mainwindow.cpp
Log:
I want to see the 'Control Panel' option in my OS X dock icon's context menu,
too.

Modified: trunk/src/gui/mainwindow.cpp
===================================================================
--- trunk/src/gui/mainwindow.cpp	2007-06-19 14:20:25 UTC (rev 1792)
+++ trunk/src/gui/mainwindow.cpp	2007-06-21 04:30:44 UTC (rev 1793)
@@ -310,12 +310,12 @@
   menu->addAction(_messageAct);
   menu->addAction(_networkAct);
   menu->addAction(_newIdentityAct);
+  menu->addSeparator();
+  menu->addAction(_controlPanelAct);
   
 #if !defined(Q_WS_MAC)
   /* 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);