minor fix

This commit is contained in:
charras 2010-04-07 05:40:11 +00:00
parent d240d91755
commit f55234fc57
1 changed files with 1 additions and 1 deletions

View File

@ -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;