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 Ubuntu
Bugs, which is subscribed to 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
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs