Changeset 57 in dev for ProjectEditor
- Timestamp:
- Feb 16, 2007, 2:15:46 AM (18 years ago)
- Location:
- ProjectEditor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/Common.h
r55 r57 62 62 #define APPLICATION_NAME "ActiveBasic 5.0" 63 63 #define VERSION_APPLI_NAME APPLICATION_NAME 64 #define VERSION_STRING "5.00.00 β1 1"64 #define VERSION_STRING "5.00.00 β12" 65 65 66 66 #endif -
ProjectEditor/SubOperation.cpp
r41 r57 525 525 } 526 526 else if(str[0]=='s'||str[0]=='S'){ 527 if(lstrcmpi(str,"SByte")==0) return -1; 527 528 if(lstrcmpi(str,"Select")==0) return COM_SELECT; 528 529 if(lstrcmpi(str,"SelectCase")==0) return COM_SELECT;
Note:
See TracChangeset
for help on using the changeset viewer.