MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / OnSave

Method OnSave

nsfplug_ui/NSFInfoDialog.cpp:431–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void NSFInfoDialog::OnSave()
432{
433 CFileDialog fd(FALSE,".ini","in_yansf",OFN_OVERWRITEPROMPT,"INI files (*.ini)|*.ini||",this);
434
435 if(fd.DoModal()==IDOK)
436 pm->cf->Save(fd.GetPathName().GetBuffer(1),"NSFPlug");
437}
438
439void NSFInfoDialog::OnAbout()
440{

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.80

Tested by

no test coverage detected