minot patch for OSX

This commit is contained in:
charras 2010-01-10 15:06:14 +00:00
parent cb69347cd7
commit d5e1172042
5 changed files with 486 additions and 411 deletions

View File

@ -19,7 +19,6 @@
#include "wxstruct.h"
#include "macros.h"
/*
* Class constructor for WinEDA_BasicFrame general options
*/

View File

@ -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"

View File

@ -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