Commit 00935021 authored by dickelbeck's avatar dickelbeck
Browse files

++pcbnew

    Renamed dialog_layers_setup* files.
    Got rid of the header file since there was only one file including it.
parent 0b41d484
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4,6 +4,13 @@ KiCad ChangeLog 2009
Please add newer entries at the top, list the date and your name with
email address.

2009-Dec-20 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================
++pcbnew
    Renamed dialog_layers_setup* files.
    Got rid of the header file since there was only one file including it.


2009-Dec-11 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================
++pcbnew
+2 −6
Original line number Diff line number Diff line
@@ -53,12 +53,8 @@ set(PCBNEW_SRCS
    dialog_graphic_item_properties_base.cpp
#   dialog_initpcb.cpp

#   Bear with us temporarily while we play with a couple of strategies, Dick.
#   Eventually these filenames will get changed.
#    dialog_layers_setup.cpp
    dialog_layers_setup2.cpp
    dialog_layers_setup_base2.cpp

    dialog_layers_setup.cpp
    dialog_layers_setup_base.cpp
    dialog_netlist.cpp
    dialog_netlist_fbp.cpp
    dialog_pcb_text_properties.cpp
Loading