mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 06:55:52 +01:00
Use ShowExceptionDialog when we want to show ErrorReportDialog
This commit is contained in:
committed by
Dmitry Vedenko
parent
bbb9ca14a2
commit
690772ccb0
@@ -341,6 +341,7 @@ DBConnection *SqliteSampleBlock::Conn() const
|
||||
if (!pConnection) {
|
||||
throw SimpleMessageBoxException
|
||||
{
|
||||
ExceptionType::Internal,
|
||||
XO("Connection to project file is null"),
|
||||
XO("Warning"),
|
||||
"Error:_Disk_full_or_not_writable"
|
||||
|
||||
Reference in New Issue
Block a user