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

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to