minot patch for OSX
This commit is contained in:
parent
cb69347cd7
commit
d5e1172042
|
@ -19,7 +19,6 @@
|
|||
#include "wxstruct.h"
|
||||
#include "macros.h"
|
||||
|
||||
|
||||
/*
|
||||
* Class constructor for WinEDA_BasicFrame general options
|
||||
*/
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef KICAD_BUILD_VERSION
|
||||
#define KICAD_BUILD_VERSION "(2010-01-08)"
|
||||
#define KICAD_BUILD_VERSION "(2010-01-10)"
|
||||
#endif
|
||||
|
||||
#define VERSION_STABILITY "unstable"
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
*/
|
||||
enum id_gerbview_frm
|
||||
{
|
||||
ID_GERBVIEW_SHOW_LIST_DCODES,
|
||||
// A MenuItem ID of Zero does not work under Mac,first id = 1
|
||||
ID_GERBVIEW_SHOW_LIST_DCODES = 1,
|
||||
ID_GERBVIEW_LOAD_DRILL_FILE,
|
||||
ID_GERBVIEW_LOAD_DCODE_FILE,
|
||||
ID_TOOLBARH_GERBER_SELECT_TOOL,
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue