mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-12 14:47:43 +02:00
AUP3: Remove unneeded error message
This commit is contained in:
parent
bb9a881c2a
commit
e669b365f1
@ -97,8 +97,7 @@ const Pair helpURLTable[] = {
|
|||||||
"mismatched tag",
|
"mismatched tag",
|
||||||
"#mismatched"
|
"#mismatched"
|
||||||
},
|
},
|
||||||
// These two errors with FAQ entries are reported elsewhere, not here....
|
// This error with FAQ entry is reported elsewhere, not here....
|
||||||
//#[[#import-error|Error Importing: Aup is an Audacity Project file. Use the File > Open command]]
|
|
||||||
//#[[#corrupt|Error Opening File or Project: File may be invalid or corrupted]]
|
//#[[#corrupt|Error Opening File or Project: File may be invalid or corrupted]]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -797,15 +797,6 @@ bool Importer::Import( AudacityProject &project,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Audacity project
|
|
||||||
if (extension.IsSameAs(wxT("aup3"), false)) {
|
|
||||||
errorMessage = XO(
|
|
||||||
/* i18n-hint: %s will be the filename */
|
|
||||||
"\"%s\" is an Audacity Project file. \nUse the 'File > Open' command to open Audacity Projects.")
|
|
||||||
.Format( fName );
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if( !wxFileExists(fName)){
|
if( !wxFileExists(fName)){
|
||||||
errorMessage = XO( "File \"%s\" not found.").Format( fName );
|
errorMessage = XO( "File \"%s\" not found.").Format( fName );
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user