kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #25439
Re: PATCH: OS X copy/close bug fix
Le 13/07/2016 à 01:32, Brano Panak a écrit :
> i tried solution from wx forum, modified just for test pcbnew/dimensions/grid file:
>
> dialog_set_grid_base.cpp
>
> m_sdbSizer1Cancel = new wxButton( this, wxID_CANCEL );
> with
>
> m_sdbSizer1Cancel = new wxButton( this, wxID_CANCEL , _T("Cancel"));
> and look this works as supposed in my setup.
>
> could you test in on different platforms and if this is ok, i can apply it elsewhere.
>
> regards
>
> Brano
>
files like dialog_xxx_base.cpp and dialog_xxx_base.h cannot be modified by hand: they are
automatically generated.
This is clearly written at the beginning of each file:
// PLEASE DO "NOT" EDIT THIS FILE!
wxFormBuilder, the tool used to create these files, does not allow to choose the button label.
The issue is specific to OSX.
--
Jean-Pierre CHARRAS
References
-
PATCH: OS X copy/close bug fix
From: Collin Anderson, 2016-05-05
-
Re: PATCH: OS X copy/close bug fix
From: Simon Wells, 2016-05-05
-
Re: PATCH: OS X copy/close bug fix
From: Collin Anderson, 2016-05-11
-
Re: PATCH: OS X copy/close bug fix
From: Bernhard Stegmaier, 2016-05-12
-
Re: PATCH: OS X copy/close bug fix
From: Chris Pavlina, 2016-06-19
-
Re: PATCH: OS X copy/close bug fix
From: Collin Anderson, 2016-06-22
-
Re: PATCH: OS X copy/close bug fix
From: Bernhard Stegmaier, 2016-06-22
-
Re: PATCH: OS X copy/close bug fix
From: Collin Anderson, 2016-06-22
-
Re: PATCH: OS X copy/close bug fix
From: Wayne Stambaugh, 2016-06-22
-
Re: PATCH: OS X copy/close bug fix
From: Brano Panak, 2016-07-12