mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
Proper path for directory out.
This commit is contained in:
parent
8fbbcccc6c
commit
224053f0ff
@ -516,6 +516,8 @@ wxString FileNames::PreferenceKey(FileNames::Operation op, FileNames::PathType t
|
||||
key = wxT("/Directories/Import"); break;
|
||||
case FileNames::Operation::Export:
|
||||
key = wxT("/Directories/Export"); break;
|
||||
case FileNames::Operation::MacrosOut:
|
||||
key = wxT("/Directories/MacrosOut"); break;
|
||||
case FileNames::Operation::_None:
|
||||
default:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user