Changeset 308 in dev for trunk/abdev/ProjectEditor


Ignore:
Timestamp:
Aug 29, 2007, 9:05:22 AM (17 years ago)
Author:
dai_9181
Message:

静的リンクライブラリにより、複数のグローバル領域が存在することになったのでそれぞれを関数ベースに分けた

Location:
trunk/abdev/ProjectEditor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/ProjectEditor/Common.h

    r302 r308  
    6666#define APPLICATION_NAME "ActiveBasic 5.0"
    6767#define VERSION_APPLI_NAME APPLICATION_NAME
    68 #define VERSION_STRING "5.00.00 (rev.299)"
     68#define VERSION_STRING "5.00.00 (rev.317)"
    6969
    7070#endif
  • trunk/abdev/ProjectEditor/ExtensionLink.cpp

    r302 r308  
    525525        hKey=ClassRoot_CreateKey(temp2,temp3);
    526526
    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);
    528528        RegSetValueEx(hKey,"Content Type",0,REG_SZ,(const unsigned char *)temp2,lstrlen(temp2));
    529529
Note: See TracChangeset for help on using the changeset viewer.