Changeset 101 in dev for ProjectEditor/SubOperation.cpp
- Timestamp:
- Apr 25, 2007, 4:19:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/SubOperation.cpp
r85 r101 538 538 } 539 539 else if(str[0]=='n'||str[0]=='N'){ 540 if(lstrcmpi(str,"Namespace")==0) return -1; 540 541 if(lstrcmpi(str,"Next")==0) return COM_NEXT; 541 542 if(lstrcmpi(str,"New")==0) return -1;
Note:
See TracChangeset
for help on using the changeset viewer.