From d4192b464632d590bd113999e44a09108ff6c3f1 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 30 Jan 2018 17:48:08 +0100 Subject: [PATCH] rename files --- pcbnew/{class_footprint_wizard.h => footprint_wizard.h} | 0 ...{footprint_wizard.cpp => footprint_wizard_frame_functions.cpp} | 0 ..._custom_shape_functions.cpp => pad_custom_shape_functions.cpp} | 0 pcbnew/{class_pad_draw_functions.cpp => pad_draw_functions.cpp} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename pcbnew/{class_footprint_wizard.h => footprint_wizard.h} (100%) rename pcbnew/{footprint_wizard.cpp => footprint_wizard_frame_functions.cpp} (100%) rename pcbnew/{class_pad_custom_shape_functions.cpp => pad_custom_shape_functions.cpp} (100%) rename pcbnew/{class_pad_draw_functions.cpp => pad_draw_functions.cpp} (100%) diff --git a/pcbnew/class_footprint_wizard.h b/pcbnew/footprint_wizard.h similarity index 100% rename from pcbnew/class_footprint_wizard.h rename to pcbnew/footprint_wizard.h diff --git a/pcbnew/footprint_wizard.cpp b/pcbnew/footprint_wizard_frame_functions.cpp similarity index 100% rename from pcbnew/footprint_wizard.cpp rename to pcbnew/footprint_wizard_frame_functions.cpp diff --git a/pcbnew/class_pad_custom_shape_functions.cpp b/pcbnew/pad_custom_shape_functions.cpp similarity index 100% rename from pcbnew/class_pad_custom_shape_functions.cpp rename to pcbnew/pad_custom_shape_functions.cpp diff --git a/pcbnew/class_pad_draw_functions.cpp b/pcbnew/pad_draw_functions.cpp similarity index 100% rename from pcbnew/class_pad_draw_functions.cpp rename to pcbnew/pad_draw_functions.cpp