Searched refs:mrdlg (Results 1 – 1 of 1) sorted by relevance
1551 MacroRecordDlg mrdlg(this); in OnRecordmacro() local1553 mrdlg.SetOwner(this); in OnRecordmacro()1554 mrdlg.DoModal(); in OnRecordmacro()1556 if(!mrdlg.Getmacro_path().IsEmpty() && !mrdlg.Getmacro_name().IsEmpty()) in OnRecordmacro()1558 macro_name.Format(_T("%s\\%s"), mrdlg.Getmacro_path(), mrdlg.Getmacro_name()); in OnRecordmacro()