Updated for 2.1.7 dev release

This commit is contained in:
Robert Osfield
2007-08-23 15:36:45 +00:00
parent a3ce9f680a
commit 0da0127857
5 changed files with 157 additions and 6 deletions

View File

@@ -33,6 +33,7 @@ bool validName(const std::string& first)
if (first.size()>=2 && (first[1]<'a' || first[1]>'z') && (first[1]!='.') && (first[1]!=',')) return false;
if (first=="Xcode") return false;
if (first=="Added") return false;
if (first=="Camera") return false;
if (first=="CameraNode") return false;