mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-24 15:11:11 +01:00
(more on bug 113 and related issues)
Added a "Show Log for Details" button to MultiDialog so it does what the comments say, i.e., allows the user to look in the log to see which files are problematic (e.g., orphaned blockfiles. Tightened up ProjectFSCK messages. Added comments about remaining (long-standing!) problems in ProjectFSCK.
This commit is contained in:
@@ -548,7 +548,7 @@ bool ShowDependencyDialogIfNeeded(AudacityProject *project,
|
||||
{
|
||||
wxString msg =
|
||||
_("Your project is currently self-contained; it does not depend on any external audio files. \
|
||||
\n\nIf you change the project to a state where it has external dependencies on imported \
|
||||
\n\nIf you change the project to a state that has external dependencies on imported \
|
||||
files, it will no longer be self-contained. If you then Save without copying those files in, \
|
||||
you may lose data.");
|
||||
wxMessageBox(msg,
|
||||
|
||||
Reference in New Issue
Block a user