1
0
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:
James Crook 2018-03-19 22:52:14 +00:00
parent bd30e1f16d
commit 56bca74272

View File

@ -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 );