diff --git a/pcbnew/files.cpp b/pcbnew/files.cpp index 6e585e459c..0c42643e52 100644 --- a/pcbnew/files.cpp +++ b/pcbnew/files.cpp @@ -232,7 +232,7 @@ this file again.")); if ( ! new_filename.EndsWith(wxT("-append")) ) new_filename += wxT("-append"); - new_filename += PcbExtBuffer; + new_filename += wxT(".") + PcbExtBuffer; OnModify(); GetScreen()->m_FileName = new_filename;