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