1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Index: boinc/clientgui/AdvancedFrame.cpp
===================================================================
--- boinc.orig/clientgui/AdvancedFrame.cpp
+++ boinc/clientgui/AdvancedFrame.cpp
@@ -348,11 +348,13 @@ bool CAdvancedFrame::CreateMenus() {
_("Select computer...\tCtrl+Shift+I"),
_("Connect to a BOINC client on another computer")
);
+#ifndef __WXGTK__
menuFile->Append(
ID_SHUTDOWNCORECLIENT,
_("Shut down connected client..."),
_("Shut down the currently connected BOINC client")
);
+#endif
menuFile->AppendSeparator();
strMenuDescription.Printf(
|