mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
18 lines
385 B
C++
18 lines
385 B
C++
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
AudacityMessageBox.cpp
|
|
|
|
Paul Licameli split this out of ErrorDialog.cpp
|
|
|
|
**********************************************************************/
|
|
|
|
#include "AudacityMessageBox.h"
|
|
#include "../Internat.h"
|
|
|
|
wxString AudacityMessageBoxCaptionStr()
|
|
{
|
|
return _("Message");
|
|
}
|