Commit f55234fc authored by charras's avatar charras

minor fix

parent d240d917
...@@ -232,7 +232,7 @@ this file again.")); ...@@ -232,7 +232,7 @@ this file again."));
if ( ! new_filename.EndsWith(wxT("-append")) ) if ( ! new_filename.EndsWith(wxT("-append")) )
new_filename += wxT("-append"); new_filename += wxT("-append");
new_filename += PcbExtBuffer; new_filename += wxT(".") + PcbExtBuffer;
OnModify(); OnModify();
GetScreen()->m_FileName = new_filename; GetScreen()->m_FileName = new_filename;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment