Changeset 41 in dev for ProjectEditor/SubOperation.cpp
- Timestamp:
- Jan 28, 2007, 5:28:43 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/SubOperation.cpp
r39 r41 504 504 else if(str[0]=='o'||str[0]=='O'){ 505 505 if(lstrcmpi(str,"Open")==0) return COM_OPEN; 506 if(lstrcmpi(str,"Operator")==0) return -1; 506 507 if(lstrcmpi(str,"Override")==0) return COM_OVERRIDE; 507 508 }
Note:
See TracChangeset
for help on using the changeset viewer.