removing OpenVanilla from "OpenVanilla McBopomofo"
This commit is contained in:
parent
0748a70222
commit
deb1fe5f85
Binary file not shown.
|
@ -580,7 +580,7 @@
|
|||
<int key="NSWindowBacking">2</int>
|
||||
<string key="NSWindowRect">{{335, 516}, {494, 234}}</string>
|
||||
<int key="NSWTFlags">872415232</int>
|
||||
<string key="NSWindowTitle">OpenVanilla McBopomofo</string>
|
||||
<string key="NSWindowTitle">McBopomofo</string>
|
||||
<string key="NSWindowClass">NSWindow</string>
|
||||
<nil key="NSViewClass"/>
|
||||
<nil key="NSUserInterfaceItemIdentifier"/>
|
||||
|
|
|
@ -33,7 +33,7 @@ class InstallerAppDelegate(NSObject):
|
|||
|
||||
def awakeFromNib(self):
|
||||
self.window.setDelegate_(self)
|
||||
self.window.setTitle_(NSLocalizedString("OpenVanilla McBopomofo", ""))
|
||||
self.window.setTitle_(NSLocalizedString("McBopomofo", ""))
|
||||
self.agreeButton.setTitle_(NSLocalizedString("Agree", ""))
|
||||
self.cancelButton.setTitle_(NSLocalizedString("Cancel", ""))
|
||||
self.messageLabel.setStringValue_(NSLocalizedString("Do you agree with the license?", ""))
|
||||
|
@ -108,4 +108,4 @@ class InstallerAppDelegate(NSObject):
|
|||
NSApp.activateIgnoringOtherApps_(True)
|
||||
self.checkOSVerion()
|
||||
self.showLicenseWindow()
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue