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
a8257168af
commit
d7115a42df
|
@ -26,7 +26,7 @@ import Cocoa
|
|||
|
||||
class ctlNonModalAlertWindow: NSWindowController {
|
||||
@objc(sharedInstance)
|
||||
static let shared = ctlNonModalAlertWindow(windowNibName: "ctlNonModalAlertWindow")
|
||||
static let shared = ctlNonModalAlertWindow(windowNibName: "frmNonModalAlertWindow")
|
||||
|
||||
@IBOutlet weak var titleTextField: NSTextField!
|
||||
@IBOutlet weak var contentTextField: NSTextField!
|
||||
|
|
Loading…
Reference in New Issue