1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-24 06:10:09 +01:00

Commit Steve's patch for Bug 728

This commit is contained in:
RichardAsh1981@gmail.com
2014-10-02 21:34:01 +00:00
parent d36a95b0a2
commit a6150f3443
7 changed files with 14 additions and 14 deletions

View File

@@ -1029,7 +1029,7 @@ void NyqBench::OnOpen(wxCommandEvent & e)
_("Load Nyquist script"),
mPath.GetPath(),
wxEmptyString,
_("Nyquist scripts (*.ny)|*.ny|Lisp scripts (*.lsp)|*.lsp|All files|*.*"),
_("Nyquist scripts (*.ny)|*.ny|Lisp scripts (*.lsp)|*.lsp|All files|*"),
wxFD_OPEN | wxRESIZE_BORDER);
if (dlog.ShowModal() != wxID_OK) {
@@ -1075,7 +1075,7 @@ void NyqBench::OnSaveAs(wxCommandEvent & e)
_("Save Nyquist script"),
mPath.GetFullPath(),
wxEmptyString,
_("Nyquist scripts (*.ny)|*.ny|Lisp scripts (*.lsp)|*.lsp|All files|*.*"),
_("Nyquist scripts (*.ny)|*.ny|Lisp scripts (*.lsp)|*.lsp|All files|*"),
wxFD_SAVE | wxFD_OVERWRITE_PROMPT | wxRESIZE_BORDER);
if (dlog.ShowModal() != wxID_OK) {