Skip to content

Commit b62e49e

Browse files
Piotr Obrzutdahlerlend
authored andcommitted
Bug#27704490 COPYRIGHT SHOWS 2017 ON START SCREEN OF 8.0.11.MSI INSTALLER, NEEDS UPDATE!
Updated copyright for server msi.
1 parent 9ad13a6 commit b62e49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/WiX/custom_ui.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" Disabled="yes" />
3838
<Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgDescription)" />
3939
<Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgTitle)" />
40-
<Control Id="CopyrightText" Type="Text" X="135" Y="200" Width="220" Height="40" Transparent="yes" Text="Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved." />
40+
<Control Id="CopyrightText" Type="Text" X="135" Y="200" Width="220" Height="40" Transparent="yes" Text="Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved." />
4141
<Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.WelcomeDlgBitmap)" />
4242
<Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
4343
</Dialog>

0 commit comments

Comments
 (0)