mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-01 17:34:24 +01:00
Purge ANSI.
Also remove redundant (R) sign from main page in About dialog.
This commit is contained in:
@@ -412,12 +412,8 @@ bool EffectNyquist::SetXlispPath()
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef _UNICODE
|
||||
/* set_xlisp_path doesn't handle fn_Str() in Unicode build. May or may not actually work. */
|
||||
nyx_set_xlisp_path(mXlispPath.mb_str());
|
||||
#else // ANSI
|
||||
nyx_set_xlisp_path(mXlispPath.fn_str());
|
||||
#endif // Unicode/ANSI
|
||||
|
||||
fname = mXlispPath + wxFILE_SEP_PATH + wxT("nyinit.lsp");
|
||||
return ::wxFileExists(fname);
|
||||
|
||||
Reference in New Issue
Block a user