You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" BurnItNow/Source/CompilationCloneView.cpp
198,213d197
< BString text(B_TRANSLATE(
< "BurnItNow currently only supports the cloning of data discs.\n\n"
< "You can mount the audio disc with Tracker, copy the WAV files "
< "to your hard disk and burn them with BurnItNow in 'Audio CD' "
< "mode."));
< (new BAlert("NoAudioCloning", text, B_TRANSLATE("OK")))->Go();
<
< fBuildButton->SetEnabled(true);
< return;
<
< // TODO: cdda2wav currently fails with the error message
< // "cdda2wav: Invalid Argument. Cannot open output fd 0"
< // if BurnItNow isn't started from Terminal.
< // Maybe an issue with environment variables in Haiku in general?
< // See https://dev.haiku-os.org/ticket/12534
<
255,259c239,244
< ->AddArgument("paraopts=proof")
< ->AddArgument("-vall")
< ->AddArgument("cddb=0")
< ->AddArgument("-B")
< ->AddArgument("-Owav")
" BurnItNow/Source/CompilationCloneView.cpp
198,213d197
< BString text(B_TRANSLATE(
< "BurnItNow currently only supports the cloning of data discs.\n\n"
< "You can mount the audio disc with Tracker, copy the WAV files "
< "to your hard disk and burn them with BurnItNow in 'Audio CD' "
< "mode."));
< (new BAlert("NoAudioCloning", text, B_TRANSLATE("OK")))->Go();
<
< fBuildButton->SetEnabled(true);
< return;
<
< // TODO: cdda2wav currently fails with the error message
< // "cdda2wav: Invalid Argument. Cannot open output fd 0"
< // if BurnItNow isn't started from Terminal.
< // Maybe an issue with environment variables in Haiku in general?
< // See https://dev.haiku-os.org/ticket/12534
<
255,259c239,244
< ->AddArgument("paraopts=proof")
< ->AddArgument("-vall")
< ->AddArgument("cddb=0")
< ->AddArgument("-B")
< ->AddArgument("-Owav")
"
The text was updated successfully, but these errors were encountered: