mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Rename Chains to Macros.
Lots of renaming. Did not rename the containing files (yet) since that will require makefile updates.
This commit is contained in:
@@ -190,9 +190,9 @@ wxString FileNames::HtmlHelpDir()
|
||||
#endif
|
||||
}
|
||||
|
||||
wxString FileNames::ChainDir()
|
||||
wxString FileNames::MacroDir()
|
||||
{
|
||||
return FileNames::MkDir( wxFileName( DataDir(), wxT("Chains") ).GetFullPath() );
|
||||
return FileNames::MkDir( wxFileName( DataDir(), wxT("Macros") ).GetFullPath() );
|
||||
}
|
||||
|
||||
wxString FileNames::NRPDir()
|
||||
|
Reference in New Issue
Block a user