mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
Replaced installer image in MunkiStatus window with the MunkStatus icon; appearance tweaks; removed minimize button from the MunkiStatus window.
git-svn-id: http://munki.googlecode.com/svn/trunk@231 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -111,7 +111,7 @@ class MSController(NSObject):
|
||||
self.window.setTitle_(u"Managed Software Update")
|
||||
self.window.orderFrontRegardless()
|
||||
if self.imageFld:
|
||||
theImage = NSImage.imageNamed_("Installer")
|
||||
theImage = NSImage.imageNamed_("MunkiStatus")
|
||||
self.imageFld.setImage_(theImage)
|
||||
if self.messageFld:
|
||||
self.messageFld.setStringValue_(u"Waiting...")
|
||||
|
||||
Reference in New Issue
Block a user