1
0
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:
v.audacity
2012-06-23 02:28:04 +00:00
parent 5545efdf8b
commit efaebf27fa
4 changed files with 3 additions and 120 deletions

View File

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