Changeset 64 in dev for ProjectEditor/WindowControl.cpp


Ignore:
Timestamp:
Mar 8, 2007, 2:49:34 AM (17 years ago)
Author:
dai_9181
Message:

すべてのオブジェクトを参照型に切り替えた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProjectEditor/WindowControl.cpp

    r3 r64  
    943943            }
    944944            else if(pMenuInfo[i2].type==MFT_SEPARATOR){
    945                 sprintf(Command+i,"InsMenu %s,0,MF_BYPOSITION\r\n",
     945                sprintf(Command+i,"InsMenu %s,0,MF_BYPOSITION,\"\"\r\n",
    946946                    MenuHandle);
    947947                i+=lstrlen(Command+i);
Note: See TracChangeset for help on using the changeset viewer.