1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-10 00:15:31 +01:00

Some uses of ShowMessageBox, removing AudacityMessageBoxCaptionStr...

... but not yet removing all inclusions of AudacityMessageBox.h
This commit is contained in:
Paul Licameli
2021-07-10 14:54:51 -04:00
parent 14ad405b04
commit 98b1669e93
4 changed files with 13 additions and 14 deletions

View File

@@ -10,8 +10,3 @@
#include "AudacityMessageBox.h"
#include "Internat.h"
TranslatableString AudacityMessageBoxCaptionStr()
{
return XO("Message");
}