From 8aedc33a6b6650085f47bb3b81b64975b0422d48 Mon Sep 17 00:00:00 2001 From: Adam Wolf Date: Tue, 22 Dec 2020 09:50:26 -0600 Subject: [PATCH] Fix typo calling directory_open_xpm on macOS. Fixes #6809 --- pcbnew/menubar_pcb_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/menubar_pcb_editor.cpp b/pcbnew/menubar_pcb_editor.cpp index 67166bfe68..70ad406f56 100644 --- a/pcbnew/menubar_pcb_editor.cpp +++ b/pcbnew/menubar_pcb_editor.cpp @@ -412,7 +412,7 @@ 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, - directory_open_xmp ); + directory_open_xpm ); #else submenuActionPlugins->Add( _( "Open Plugin Directory" ), _( "Opens the directory in the default system file manager" ),