win32-fix dev+ build compilation

This commit is contained in:
zeromus 2013-03-10 02:12:54 +00:00
parent a961a2e690
commit eb67250f71
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}