1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Rename 'chain' to 'macro' in history and comments.

This commit is contained in:
James Crook
2018-03-16 18:47:39 +00:00
parent 2d62013fac
commit 205b7d6a02
4 changed files with 23 additions and 31 deletions

View File

@@ -48,7 +48,7 @@ private:
Entries mCommands;
};
// Stores information for one chain
// Stores information for one macro
class MacroCommands final {
public:
// constructors and destructors