Commit d5e11720 authored by charras's avatar charras

minot patch for OSX

parent cb69347c
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include "wxstruct.h" #include "wxstruct.h"
#include "macros.h" #include "macros.h"
/* /*
* Class constructor for WinEDA_BasicFrame general options * Class constructor for WinEDA_BasicFrame general options
*/ */
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#endif #endif
#ifndef KICAD_BUILD_VERSION #ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2010-01-08)" #define KICAD_BUILD_VERSION "(2010-01-10)"
#endif #endif
#define VERSION_STABILITY "unstable" #define VERSION_STABILITY "unstable"
......
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
*/ */
enum id_gerbview_frm 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_DRILL_FILE,
ID_GERBVIEW_LOAD_DCODE_FILE, ID_GERBVIEW_LOAD_DCODE_FILE,
ID_TOOLBARH_GERBER_SELECT_TOOL, ID_TOOLBARH_GERBER_SELECT_TOOL,
......
No preview for this file type
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment