mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 06:31:07 +01:00
Move AudacityMessageBox to its own files...
... breaking cycles among low-level files introduced by 273ba9f
This commit is contained in:
@@ -169,11 +169,6 @@ void ShowModelessErrorDialog(wxWindow *parent,
|
||||
// but in practice Destroy() in OnOK does that
|
||||
}
|
||||
|
||||
extern wxString AudacityMessageBoxCaptionStr()
|
||||
{
|
||||
return _("Message");
|
||||
}
|
||||
|
||||
void AudacityTextEntryDialog::SetInsertionPointEnd()
|
||||
{
|
||||
mSetInsertionPointEnd = true;
|
||||
|
||||
Reference in New Issue
Block a user