fix typo in installer

pull/729/head
Alexander Mnich 2024-10-05 14:30:28 +02:00 committed by GitHub
parent fb6ebdc2a0
commit 620c007ff2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@
<Control Id="NotifLevelComboBox" Type="ComboBox" X="98" Y="58" Width="70" Height="16" Property="NOTIFICATIONLEVEL_VALUE" ComboList="yes" Sorted="yes"> <Control Id="NotifLevelComboBox" Type="ComboBox" X="98" Y="58" Width="70" Height="16" Property="NOTIFICATIONLEVEL_VALUE" ComboList="yes" Sorted="yes">
<ComboBox Property="NOTIFICATIONLEVEL_VALUE"> <ComboBox Property="NOTIFICATIONLEVEL_VALUE">
<ListItem Value="Full" Text="Full" /> <ListItem Value="Full" Text="Full" />
<ListItem Value="SuccessOnly" Text="Succes only" /> <ListItem Value="SuccessOnly" Text="Success only" />
<ListItem Value="None" Text="None" /> <ListItem Value="None" Text="None" />
</ComboBox> </ComboBox>
</Control> </Control>