Changeset 64 in dev for ProjectEditor/WindowControl.cpp
- Timestamp:
- Mar 8, 2007, 2:49:34 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/WindowControl.cpp
r3 r64 943 943 } 944 944 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", 946 946 MenuHandle); 947 947 i+=lstrlen(Command+i);
Note:
See TracChangeset
for help on using the changeset viewer.