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

« back to all changes in this revision

Viewing changes to pcbnew/dialogs/dialog_pcbnew_config_libs_and_paths.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:
152
152
            g_LibraryNames.Add( m_ListLibr->GetString(ii) );
153
153
    }
154
154
 
155
 
    GetParent()->SaveProjectSettings();
 
155
    GetParent()->SaveProjectSettings( true );
156
156
    EndModal( wxID_OK );
157
157
}
158
158