[Bug 1332955] Re: No way to exit boinc manager

LocutusOfBorg costamagnagianfranco at yahoo.it
Fri Jun 27 09:13:47 UTC 2014


This is the patch
diff --git a/clientgui/sg_BoincSimpleFrame.cpp b/clientgui/sg_BoincSimpleFrame.cpp
index 22aa497..9fceeae 100755
--- a/clientgui/sg_BoincSimpleFrame.cpp
+++ b/clientgui/sg_BoincSimpleFrame.cpp
@@ -127,6 +127,22 @@ CSimpleFrame::CSimpleFrame(wxString title, wxIconBundle* icons, wxPoint position
         strMenuDescription
     );
 
+    strMenuDescription.Printf(
+        _("Exit %s"),
+        pSkinAdvanced->GetApplicationName().c_str()
+    );
+
+    strMenuName.Printf(
+        _("Exit %s"),
+        pSkinAdvanced->GetApplicationName().c_str()
+    );
+
+    menuFile->Append(
+        wxID_EXIT,
+        strMenuName,
+        strMenuDescription
+    );
+
 #ifdef __WXMAC__
     menuFile->Append(
         wxID_PREFERENCES

-- 
You received this bug notification because you are a member of Debian
BOINC Maintainers, which is subscribed to boinc in Ubuntu.
https://bugs.launchpad.net/bugs/1332955

Title:
  No way to exit boinc manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1332955/+subscriptions



More information about the pkg-boinc-devel mailing list