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:
parent
05f1a03cb4
commit
3cfe3eee4f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user