1
0
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:
v.audacity
2010-08-11 02:38:24 +00:00
parent 6fb4ed63f3
commit 71e102e473
4 changed files with 135 additions and 119 deletions

View File

@@ -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,