rename files
This commit is contained in:
parent
e69ddf0e13
commit
0c8b852e52
|
@ -234,6 +234,7 @@ set( PCBNEW_CLASS_SRCS
|
||||||
footprint_editor_onclick.cpp
|
footprint_editor_onclick.cpp
|
||||||
footprint_editor_options.cpp
|
footprint_editor_options.cpp
|
||||||
footprint_edit_frame.cpp
|
footprint_edit_frame.cpp
|
||||||
|
footprint_libraries_utils.cpp
|
||||||
footprint_viewer_frame.cpp
|
footprint_viewer_frame.cpp
|
||||||
globaleditpad.cpp
|
globaleditpad.cpp
|
||||||
highlight.cpp
|
highlight.cpp
|
||||||
|
@ -242,11 +243,10 @@ set( PCBNEW_CLASS_SRCS
|
||||||
hotkeys_module_editor.cpp
|
hotkeys_module_editor.cpp
|
||||||
initpcb.cpp
|
initpcb.cpp
|
||||||
layer_widget.cpp
|
layer_widget.cpp
|
||||||
librairi.cpp
|
load_select_footprint.cpp
|
||||||
loadcmp.cpp
|
|
||||||
magnetic_tracks_functions.cpp
|
magnetic_tracks_functions.cpp
|
||||||
menubar_modedit.cpp
|
menubar_footprint_editor.cpp
|
||||||
menubar_pcbframe.cpp
|
menubar_pcb_editor.cpp
|
||||||
microwave.cpp
|
microwave.cpp
|
||||||
minimun_spanning_tree.cpp
|
minimun_spanning_tree.cpp
|
||||||
move-drag_pads.cpp
|
move-drag_pads.cpp
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file pcbnew/menubar_modedit.cpp
|
* @file pcbnew/menubar_footprint_editor.cpp
|
||||||
* @brief (Re)Create the main menubar for the module editor
|
* @brief (Re)Create the main menubar for the footprint editor
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file menubar_pcbframe.cpp
|
* @file menubar_pcb_editor.cpp
|
||||||
* board editor menubars
|
* board editor menubars
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue