Pcbnew: enable scripting action menu build option by default.

Fixes lp:1783690

https://bugs.launchpad.net/kicad/+bug/1783690
This commit is contained in:
Wayne Stambaugh 2018-08-21 12:50:52 -04:00
parent dc022dcdae
commit b167c41d1b
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ option( KICAD_SCRIPTING_WXPYTHON
ON )
option( KICAD_SCRIPTING_ACTION_MENU
"Build a tools menu with registred python plugins: actions plugins (default OFF)."
)
"Build a tools menu with registered python plugins: actions plugins (default ON)."
ON )
option( KICAD_USE_OCE
"Build tools and plugins related to OpenCascade Community Edition (default ON)"