From bc45ae1b72dcd692664566d8b23fad93f8267bf5 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Wed, 2 Nov 2022 22:30:46 -0400 Subject: [PATCH] Move a dialog that was hiding in the filetree --- pcbnew/CMakeLists.txt | 2 +- .../dialog_gen_footprint_position.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pcbnew/{exporters/gen_footprints_placefile.cpp => dialogs/dialog_gen_footprint_position.cpp} (100%) diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index 904ccba892..87d7fa2e47 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -91,6 +91,7 @@ set( PCBNEW_DIALOGS dialogs/dialog_footprint_wizard_list_base.cpp dialogs/dialog_fp_plugin_options.cpp dialogs/dialog_fp_plugin_options_base.cpp + dialogs/dialog_gen_footprint_position.cpp dialogs/dialog_gen_footprint_position_file_base.cpp dialogs/dialog_gencad_export_options.cpp dialogs/dialog_gendrill.cpp @@ -225,7 +226,6 @@ set( PCBNEW_EXPORTERS exporters/exporter_vrml.cpp exporters/export_footprints_placefile.cpp exporters/gen_drill_report_files.cpp - exporters/gen_footprints_placefile.cpp exporters/gendrill_Excellon_writer.cpp exporters/gendrill_file_writer_base.cpp exporters/gendrill_gerber_writer.cpp diff --git a/pcbnew/exporters/gen_footprints_placefile.cpp b/pcbnew/dialogs/dialog_gen_footprint_position.cpp similarity index 100% rename from pcbnew/exporters/gen_footprints_placefile.cpp rename to pcbnew/dialogs/dialog_gen_footprint_position.cpp