mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 23:15:36 +01:00
Move error dialog functions into the BasicUI facade...
... now ErrorDialog.h is included only in ErrorDialog.cpp and wxWidgetsBasicUI.cpp
This commit is contained in:
@@ -8,6 +8,7 @@ Paul Licameli
|
||||
|
||||
**********************************************************************/
|
||||
#include "BasicUI.h"
|
||||
#include "Internat.h"
|
||||
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
@@ -63,4 +64,8 @@ void Yield()
|
||||
while ( !sActions.empty() );
|
||||
}
|
||||
|
||||
TranslatableString DefaultCaption()
|
||||
{
|
||||
return XO("Message");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user