Changeset 118 in dev for ProjectEditor/SubOperation.cpp
- Timestamp:
- May 12, 2007, 6:31:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/SubOperation.cpp
r117 r118 431 431 case COM_INTERFACE: 432 432 case COM_LOOP: 433 case COM_NAMESPACE: 433 434 case COM_NEXT: 434 435 case COM_PRIVATE: … … 539 540 } 540 541 else if(str[0]=='n'||str[0]=='N'){ 541 if(lstrcmpi(str,"Namespace")==0) return -1;542 if(lstrcmpi(str,"Namespace")==0) return COM_NAMESPACE; 542 543 if(lstrcmpi(str,"Next")==0) return COM_NEXT; 543 544 if(lstrcmpi(str,"New")==0) return -1;
Note:
See TracChangeset
for help on using the changeset viewer.