1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Bug 2700 - "Failed to open the project database"

Only information gathering changes...not a fix
This commit is contained in:
Leland Lucius
2021-03-27 14:26:30 -05:00
parent 6908d37a90
commit 125114cfe7
3 changed files with 23 additions and 7 deletions

View File

@@ -341,7 +341,7 @@ DBConnection *SqliteSampleBlock::Conn() const
if (!pConnection) {
throw SimpleMessageBoxException
{
XO("Failed to open the project's database"),
XO("Connection to project file is null"),
XO("Warning"),
"Error:_Disk_full_or_not_writable"
};