Simple view is not coherent with the advanced one, and on linux we _cannot_
close the window in any way (kill works of course)
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
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1332955
thanks,
Gianfranco
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.