mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
Alert skeleton
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
//============================================================================
|
||||
|
||||
#include "PLPasStr.h"
|
||||
#include "DialogManager.h"
|
||||
#include "Externs.h"
|
||||
#include "Environ.h"
|
||||
#include "FileManager.h"
|
||||
@@ -183,6 +184,6 @@ void BringUpDeletePrefsAlert (void)
|
||||
|
||||
InitCursor();
|
||||
// CenterAlert(kNewPrefsAlertID);
|
||||
whoCares = Alert(kNewPrefsAlertID, nil);
|
||||
whoCares = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kNewPrefsAlertID);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user