New licence tab
This commit is contained in:
parent
8451e684db
commit
aeb1b1d573
2
Resources/Resources.Designer.cs
generated
2
Resources/Resources.Designer.cs
generated
@ -196,7 +196,7 @@ namespace unison.Resources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Please note that since MPD passwords are not secure (they are sent in plain text to the server), there are saved as is in the setting file..
|
/// Looks up a localized string similar to Please note that since MPD passwords are not secure (they are sent in plain text to the server), they are saved as is in the setting file..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string Settings_ConnectionPasswordInfo {
|
public static string Settings_ConnectionPasswordInfo {
|
||||||
get {
|
get {
|
||||||
|
@ -163,7 +163,7 @@
|
|||||||
<value>Connection</value>
|
<value>Connection</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Settings_ConnectionPasswordInfo" xml:space="preserve">
|
<data name="Settings_ConnectionPasswordInfo" xml:space="preserve">
|
||||||
<value>Please note that since MPD passwords are not secure (they are sent in plain text to the server), there are saved as is in the setting file.</value>
|
<value>Please note that since MPD passwords are not secure (they are sent in plain text to the server), they are saved as is in the setting file.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Settings_ConnectionStatus" xml:space="preserve">
|
<data name="Settings_ConnectionStatus" xml:space="preserve">
|
||||||
<value>Status:</value>
|
<value>Status:</value>
|
||||||
|
@ -234,7 +234,7 @@
|
|||||||
<Run Text="{Binding GetVersion, Mode = OneWay}"/>
|
<Run Text="{Binding GetVersion, Mode = OneWay}"/>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock x:Name="UpdateText" TextWrapping="Wrap" VerticalAlignment="Top">
|
<TextBlock x:Name="UpdateText" TextWrapping="Wrap" VerticalAlignment="Top">
|
||||||
<Run x:Name="UpdateText2" Text="New version 1.3.2 available!" FontWeight="Bold"/>
|
<Run x:Name="UpdateText2" Text="New version X.X.X available!" FontWeight="Bold"/>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
|
||||||
<Button x:Name="UpdateButton" Content="{x:Static properties:Resources.Update_ButtonCheck}" Margin="0,3,0,10" Width="150" Click="CheckUpdates" HorizontalAlignment="Left"/>
|
<Button x:Name="UpdateButton" Content="{x:Static properties:Resources.Update_ButtonCheck}" Margin="0,3,0,10" Width="150" Click="CheckUpdates" HorizontalAlignment="Left"/>
|
||||||
@ -263,7 +263,11 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</GroupBox>
|
</GroupBox>
|
||||||
|
</DockPanel>
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem Header="{x:Static properties:Resources.Settings_License}" Height="20" VerticalAlignment="Bottom">
|
||||||
|
<DockPanel Margin="8">
|
||||||
<GroupBox DockPanel.Dock="Top" Padding="0,4,0,0" Margin="0,10,0,0">
|
<GroupBox DockPanel.Dock="Top" Padding="0,4,0,0" Margin="0,10,0,0">
|
||||||
<GroupBox.Header>
|
<GroupBox.Header>
|
||||||
<TextBlock>
|
<TextBlock>
|
||||||
|
Loading…
Reference in New Issue
Block a user