mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-17 08:17:59 +01:00
Move AudacityMessageBox to its own files...
... breaking cycles among low-level files introduced by 273ba9f
This commit is contained in:
17
src/widgets/AudacityMessageBox.cpp
Normal file
17
src/widgets/AudacityMessageBox.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
/**********************************************************************
|
||||
|
||||
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");
|
||||
}
|
||||
Reference in New Issue
Block a user