rename files

This commit is contained in:
jean-pierre charras 2018-02-01 11:05:01 +01:00
parent e69ddf0e13
commit 0c8b852e52
5 changed files with 7 additions and 7 deletions

View File

@ -234,6 +234,7 @@ set( PCBNEW_CLASS_SRCS
footprint_editor_onclick.cpp
footprint_editor_options.cpp
footprint_edit_frame.cpp
footprint_libraries_utils.cpp
footprint_viewer_frame.cpp
globaleditpad.cpp
highlight.cpp
@ -242,11 +243,10 @@ set( PCBNEW_CLASS_SRCS
hotkeys_module_editor.cpp
initpcb.cpp
layer_widget.cpp
librairi.cpp
loadcmp.cpp
load_select_footprint.cpp
magnetic_tracks_functions.cpp
menubar_modedit.cpp
menubar_pcbframe.cpp
menubar_footprint_editor.cpp
menubar_pcb_editor.cpp
microwave.cpp
minimun_spanning_tree.cpp
move-drag_pads.cpp

View File

@ -25,8 +25,8 @@
*/
/**
* @file pcbnew/menubar_modedit.cpp
* @brief (Re)Create the main menubar for the module editor
* @file pcbnew/menubar_footprint_editor.cpp
* @brief (Re)Create the main menubar for the footprint editor
*/

View File

@ -25,7 +25,7 @@
*/
/**
* @file menubar_pcbframe.cpp
* @file menubar_pcb_editor.cpp
* board editor menubars
*/