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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user