mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +02:00
Add new dialogs to screenshot list.
This commit is contained in:
parent
bd30e1f16d
commit
56bca74272
@ -585,24 +585,31 @@ void ScreenshotCommand::CaptureScriptables(
|
||||
(void)&context;
|
||||
|
||||
const wxString ScriptablesNames[] = {
|
||||
"Select",
|
||||
"GetInfo",
|
||||
"Help", // Help on individual commands
|
||||
"Import2",
|
||||
"Export2",
|
||||
"OpenProject2",
|
||||
"SaveProject2",
|
||||
"Message",
|
||||
"Screenshot",
|
||||
"Drag",
|
||||
"CompareAudio",
|
||||
"SelectTime",
|
||||
"SelectFrequencies",
|
||||
"SelectTracks",
|
||||
"SetTrackStatus",
|
||||
"SetTrackAudio",
|
||||
"SetTrackVisuals",
|
||||
"GetPreference",
|
||||
"SetPreference",
|
||||
"SetClip",
|
||||
"SetEnvelope",
|
||||
"SetLabel",
|
||||
"SetProject",
|
||||
|
||||
"Select",
|
||||
"SetTrack",
|
||||
"GetInfo",
|
||||
"Message",
|
||||
"Help", // Help on individual commands
|
||||
"Import2",
|
||||
"Export2",
|
||||
"OpenProject2",
|
||||
"SaveProject2",
|
||||
"Drag",
|
||||
"CompareAudio",
|
||||
"Screenshot",
|
||||
};
|
||||
|
||||
wxArrayString Commands( sizeof(ScriptablesNames)/sizeof(ScriptablesNames[0]), ScriptablesNames );
|
||||
|
Loading…
x
Reference in New Issue
Block a user