1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-12 15:46:25 +01: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; wxString Str;
// Yucky static variables. Is there a better way? The problem is that we need the // Yucky static variables. Is there a better way? The problem is that we need the
// idle callback to know more about what to do. // idle callback to know more about what to do.
mDirToWriteTo = fileName.BeforeLast('/') + "/"; mDirToWriteTo = fileName.BeforeLast('\\') + "\\";
mpShooter = this; mpShooter = this;
#define TRICKY_CAPTURE #define TRICKY_CAPTURE