mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 17:11:20 +01:00
Enh 66 again: do not make duplicate About dialogs on Mac
This commit is contained in:
@@ -56,11 +56,13 @@ class AboutDialog final : public wxDialog {
|
||||
AboutDialog(wxWindow * parent);
|
||||
virtual ~ AboutDialog();
|
||||
|
||||
static AboutDialog *ActiveIntance();
|
||||
|
||||
void OnOK(wxCommandEvent & event);
|
||||
|
||||
wxStaticBitmap *icon;
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
private:
|
||||
enum Role {
|
||||
|
||||
Reference in New Issue
Block a user