|
|
|
@ -412,12 +412,12 @@ void PCB_EDIT_FRAME::ReCreateMenuBar() |
|
|
|
submenuActionPlugins->Add( _( "Reveal Plugin Folder in Finder" ), |
|
|
|
_( "Reveals the plugins folder in a Finder window" ), |
|
|
|
ID_TOOLBARH_PCB_ACTION_PLUGIN_SHOW_FOLDER, |
|
|
|
folder_xpm ); |
|
|
|
directory_open_xmp ); |
|
|
|
#else
|
|
|
|
submenuActionPlugins->Add( _( "Open Plugin Directory" ), |
|
|
|
_( "Opens the directory in the default system file manager" ), |
|
|
|
ID_TOOLBARH_PCB_ACTION_PLUGIN_SHOW_FOLDER, |
|
|
|
folder_xpm ); |
|
|
|
directory_open_xmp ); |
|
|
|
#endif
|
|
|
|
// Populate the Action Plugin sub-menu: Must be done before Add
|
|
|
|
// Since the object is cloned by Add
|
|
|
|
|