Changeset 308 in dev for trunk/abdev/ProjectEditor
- Timestamp:
- Aug 29, 2007, 9:05:22 AM (17 years ago)
- Location:
- trunk/abdev/ProjectEditor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/ProjectEditor/Common.h
r302 r308 66 66 #define APPLICATION_NAME "ActiveBasic 5.0" 67 67 #define VERSION_APPLI_NAME APPLICATION_NAME 68 #define VERSION_STRING "5.00.00 (rev. 299)"68 #define VERSION_STRING "5.00.00 (rev.317)" 69 69 70 70 #endif -
trunk/abdev/ProjectEditor/ExtensionLink.cpp
r302 r308 525 525 hKey=ClassRoot_CreateKey(temp2,temp3); 526 526 527 sprintf(temp2," %s file.",pobj_nv->pobj_ExtLink->ppobj_ExtItems[i]->m_szExtension);527 sprintf(temp2,"text/plain",pobj_nv->pobj_ExtLink->ppobj_ExtItems[i]->m_szExtension); 528 528 RegSetValueEx(hKey,"Content Type",0,REG_SZ,(const unsigned char *)temp2,lstrlen(temp2)); 529 529
Note:
See TracChangeset
for help on using the changeset viewer.