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:
Greg Neagle
2009-09-25 23:56:11 +00:00
parent 5a471d591b
commit 5b438a55b7
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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...")