Changeset 117 in dev for ProjectEditor/SubOperation.cpp
- Timestamp:
- May 12, 2007, 5:31:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/SubOperation.cpp
r107 r117 545 545 } 546 546 else if(str[0]=='o'||str[0]=='O'){ 547 if(lstrcmp(str,"Object")==0) return -1; 547 548 if(lstrcmpi(str,"Open")==0) return COM_OPEN; 548 549 if(lstrcmpi(str,"Operator")==0) return -1; … … 572 573 if(lstrcmp(str,"Single")==0) return -1; 573 574 if(lstrcmpi(str,"Sleep")==0) return COM_SLEEP; 574 if(lstrcmp i(str,"Static")==0) return -1;575 if(lstrcmp(str,"String")==0) return -1; 575 576 if(lstrcmpi(str,"Sub")==0) return COM_SUB; 576 577 if(lstrcmpi(str,"Super")==0) return -1;
Note:
See TracChangeset
for help on using the changeset viewer.