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:
@@ -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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user