allow . in layer names

This commit is contained in:
Dick Hollenbeck 2012-12-10 23:39:36 -06:00
parent 2f41c40163
commit a9ccf49580
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ bool DIALOG_LAYERS_SETUP::testLayerNames()
// 4) cannot be 'signal'
// 5) must be unique.
// 6) cannot have illegal chars in filenames ( some filenames are built from layer names )
static const wxString badchars( wxT("%$\" /\\.") );
static const wxString badchars( wxT("%$\" /\\") );
if( name == wxEmptyString )
{