ctlAlertWindow // Make the NonModalAlertWindow work again.
- A bug was introduced when filenames were rebranded, leading to the failure of calling the correct XIB window. This commit fixes this issue.
This commit is contained in:
parent
72b7b757b0
commit
887c4dff4c
|
@ -26,7 +26,7 @@ import Cocoa
|
||||||
|
|
||||||
class ctlNonModalAlertWindow: NSWindowController {
|
class ctlNonModalAlertWindow: NSWindowController {
|
||||||
@objc(sharedInstance)
|
@objc(sharedInstance)
|
||||||
static let shared = ctlNonModalAlertWindow(windowNibName: "ctlNonModalAlertWindow")
|
static let shared = ctlNonModalAlertWindow(windowNibName: "frmNonModalAlertWindow")
|
||||||
|
|
||||||
@IBOutlet weak var titleTextField: NSTextField!
|
@IBOutlet weak var titleTextField: NSTextField!
|
||||||
@IBOutlet weak var contentTextField: NSTextField!
|
@IBOutlet weak var contentTextField: NSTextField!
|
||||||
|
|
Loading…
Reference in New Issue