mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-29 20:31:46 +00:00
Change "Exit" button to "Quit"
This commit is contained in:
parent
03a2d4df80
commit
6bb85c98ba
@ -18,7 +18,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||||||
if (MTLCopyAllDevices().count == 0) {
|
if (MTLCopyAllDevices().count == 0) {
|
||||||
let alert = NSAlert()
|
let alert = NSAlert()
|
||||||
alert.messageText = "This application requires a Metal-capable GPU"
|
alert.messageText = "This application requires a Metal-capable GPU"
|
||||||
alert.addButton(withTitle: "Exit")
|
alert.addButton(withTitle: "Quit")
|
||||||
alert.runModal()
|
alert.runModal()
|
||||||
|
|
||||||
let application = notification.object as! NSApplication
|
let application = notification.object as! NSApplication
|
||||||
|
Loading…
x
Reference in New Issue
Block a user