mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-09 06:06:24 +01:00
Translate "Message" as default title of message box...
... This required a sweeping change of all calls to wxMessageBox! But it seems safe to me, despite the great number of touched files.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
#include "../Theme.h"
|
||||
#include "../widgets/Grabber.h"
|
||||
#include "../DeviceManager.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
|
||||
IMPLEMENT_CLASS(DeviceToolBar, ToolBar);
|
||||
|
||||
@@ -777,7 +778,7 @@ void DeviceToolBar::ShowChannelsDialog()
|
||||
void DeviceToolBar::ShowComboDialog(wxChoice *combo, const wxString &title)
|
||||
{
|
||||
if (!combo || combo->GetCount() == 0) {
|
||||
wxMessageBox(_("Device information is not available."));
|
||||
AudacityMessageBox(_("Device information is not available."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user