win32-fix dev+ build compilation
This commit is contained in:
parent
a961a2e690
commit
eb67250f71
|
@ -2433,7 +2433,7 @@ int MenuInit()
|
|||
mm.fMask = MIIM_TYPE | MIIM_ID;
|
||||
mm.fType = MFT_STRING;
|
||||
mm.wID = IDC_SAVETYPE+i+1;
|
||||
mm.dwTypeData = (LPSTR)save_names[i];
|
||||
mm.dwTypeData = (LPSTR)save_types[i].descr;
|
||||
|
||||
MainWindow->addMenuItem(IDC_SAVETYPE, false, &mm);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue