Excellon drill file: fix a very minor issue in a comment.
This commit is contained in:
parent
73f0b3087c
commit
29d7c0a1ec
|
@ -66,7 +66,7 @@ wxString GbrMakeCreationDateAttributeString( GBR_NC_STRING_FORMAT aFormat )
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case GBR_NC_STRING_FORMAT_NCDRILL:
|
case GBR_NC_STRING_FORMAT_NCDRILL:
|
||||||
msg.Printf( "; #@! TF.CreationDate,%s%s*", date.FormatISOCombined(), timezone_offset );
|
msg.Printf( "; #@! TF.CreationDate,%s%s", date.FormatISOCombined(), timezone_offset );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return msg;
|
return msg;
|
||||||
|
|
Loading…
Reference in New Issue