Browse code

Update splash screen for 3.0

Change-Id: I48e8587e3dea8591ea5cfcc175648df899ac0a9b
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6076
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

suezzelur authored on 2018/11/01 07:54:36
Showing 3 changed files
1 1
Binary files a/installer/BUILD_DVD/isolinux/splash.png and b/installer/BUILD_DVD/isolinux/splash.png differ
2 2
Binary files a/installer/boot/splash.png and b/installer/boot/splash.png differ
... ...
@@ -28,7 +28,7 @@ class License(object):
28 28
         accept_decline_items = [('<Accept>', self.accept_function),
29 29
                                 ('<Cancel>', self.exit_function)]
30 30
 
31
-        title = 'VMWARE 2.0 LICENSE AGREEMENT'
31
+        title = 'VMWARE 3.0 LICENSE AGREEMENT'
32 32
         self.window.addstr(0, (self.win_width - len(title)) // 2, title)
33 33
         self.text_pane = TextPane(self.text_starty, self.maxx, self.text_width,
34 34
                                   "EULA.txt", self.text_height, accept_decline_items)