mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 03:32:09 +01:00
Type aliases for some uses of ComponentInterfaceSymbol...
... to be replaced later with distinct types Also changing FamilyId => Family in function names Also NumericFormatId => NumericFormatSymbol
This commit is contained in:
@@ -47,7 +47,7 @@ small calculations of rectangles.
|
||||
#include "CommandManager.h"
|
||||
|
||||
|
||||
static const ComponentInterfaceSymbol
|
||||
static const EnumValueSymbol
|
||||
kCaptureWhatStrings[ ScreenshotCommand::nCaptureWhats ] =
|
||||
{
|
||||
{ XO("Window") },
|
||||
@@ -85,7 +85,7 @@ kCaptureWhatStrings[ ScreenshotCommand::nCaptureWhats ] =
|
||||
};
|
||||
|
||||
|
||||
static const ComponentInterfaceSymbol
|
||||
static const EnumValueSymbol
|
||||
kBackgroundStrings[ ScreenshotCommand::nBackgrounds ] =
|
||||
{
|
||||
// These are acceptable dual purpose internal/visible names
|
||||
|
||||
Reference in New Issue
Block a user