From 7695866a72979be9b1efdd88979c7c807ebe805e Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Sun, 13 Dec 2020 11:14:09 -0500 Subject: [PATCH] Fix typo --- 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 cec167537e..035a8c3b72 100644 --- a/pcbnew/menubar_pcb_editor.cpp +++ b/pcbnew/menubar_pcb_editor.cpp @@ -417,7 +417,7 @@ void PCB_EDIT_FRAME::ReCreateMenuBar() submenuActionPlugins->Add( _( "Open Plugin Directory" ), _( "Opens the directory in the default system file manager" ), ID_TOOLBARH_PCB_ACTION_PLUGIN_SHOW_FOLDER, - directory_open_xmp ); + directory_open_xpm ); #endif // Populate the Action Plugin sub-menu: Must be done before Add // Since the object is cloned by Add