lol no problem, I really don't care :)

next time if you want I can "git format-patch -1"

and give you the patch file that you can easily import with
git am patch-name.patch

 

it will automatically create the git commit for you :)



Gianfranco





> Il Venerdì 27 Giugno 2014 19:40, Rom Walton <[email protected]> ha scritto:
> >G ainfranco,
> 
> I've committed the patch.  I'm sorry I hit enter a little too quickly 
> and didn't attached your name to the check-in note though.
> 
> ----- Rom
> 
> -----Original Message-----
> From: boinc_dev [mailto:[email protected]] On Behalf Of 
> Gianfranco Costamagna
> Sent: Friday, June 27, 2014 5:14 AM
> To: [email protected]; David Anderson
> Subject: [boinc_dev] Please fix this bug in simple view, patch attached
> 
> 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.
> 
_______________________________________________
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.

Reply via email to