1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-05 22:59:29 +02:00

Fix effects screenshot filenames.

This commit is contained in:
James Crook 2017-06-07 18:07:15 +01:00
parent 05f1a03cb4
commit 3cfe3eee4f

View File

@ -430,7 +430,7 @@ void ScreenshotCommand::CaptureEffects( AudacityProject * pProject, const wxStri
wxString Str;
// Yucky static variables. Is there a better way? The problem is that we need the
// idle callback to know more about what to do.
mDirToWriteTo = fileName.BeforeLast('/') + "/";
mDirToWriteTo = fileName.BeforeLast('\\') + "\\";
mpShooter = this;
#define TRICKY_CAPTURE