~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to eeschema/dialogs/dialog_eeschema_config.cpp

  • Committer: Maciej Suminski
  • Date: 2013-08-02 13:57:24 UTC
  • mfrom: (4024.1.238 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: maciej.suminski@cern.ch-20130802135724-gix6orezshkukodv
Upstream merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <wxEeschemaStruct.h>
34
34
 
35
35
#include <general.h>
36
 
//#include <protos.h>
37
36
#include <netlist.h>
38
37
#include <libeditframe.h>
39
38
#include <viewlib_frame.h>
221
220
        LIB_EDIT_FRAME::EnsureActiveLibExists();
222
221
    }
223
222
 
224
 
    m_Parent->SaveProjectFile();
 
223
    m_Parent->SaveProjectSettings( false );
 
224
 
225
225
    EndModal( wxID_OK );
226
226
}
227
227