Skip to content

Commit

Permalink
Release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TuMartin committed Jul 5, 2015
1 parent c41d7c2 commit 93efeae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Softwareprojekt2015/GUI/Credits.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Border Grid.Row="0" Background="{StaticResource creditsBackgroundColor}">
<TextBlock Margin="15" Text="{Binding T[credits.headerAbout]}" Style="{StaticResource SectionHeaderSmallTextStyle}" />
</Border>
<ScrollViewer Grid.Row="1" BorderThickness="0">

<StackPanel Margin="15">
<TextBlock Text="{Binding T[credits.aboutHeadline1]}" Style="{StaticResource SectionHeaderSmallTextStyle}" />
<TextBlock Style="{StaticResource ContentTextStyle}" Text="{Binding T[credits.aboutParagraph1]}" />
Expand All @@ -35,7 +35,7 @@
</TextBlock>
</local:PortableHyperLinkButton>
</StackPanel>
</ScrollViewer>

</StackPanel>
</StackPanel>
</Border>
Expand Down
4 changes: 1 addition & 3 deletions Softwareprojekt2015/GUI/Settings.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
<TextBlock Text="{Binding T[settings.optionsLegendVisible]}" Style="{StaticResource ContentTextStyle}" />
</CheckBox>

<CheckBox IsChecked="{Binding Path=HackerLayout, Mode=TwoWay}">
<TextBlock Text="{Binding T[settings.optionsHackerMode]}" Style="{StaticResource ContentTextStyle}" />
</CheckBox>


<!--
<CheckBox IsChecked="{Binding Path=ExpertMode, Mode=TwoWay}">
Expand Down
4 changes: 2 additions & 2 deletions Softwareprojekt2015/language/de.lan
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string id="ok">OK</string>
<string id="cancel">Abbruch</string>
<string id="save">Speichern</string>
<string id="version">v0.3.2</string>
<string id="version">v0.4</string>
<string id="appName">NSA 4 Dummies</string>
</category>
<category name="credits">
Expand All @@ -20,7 +20,7 @@
<string id="aboutHyperlinkURL1">http://google.de</string>
<string id="aboutHyperlinkText2">TU Ilmenau</string>
<string id="aboutHyperlinkURL2">http://tu-ilmenau.de</string>
<string id="aboutHyperlinkText3">GNU-Lizenz</string>
<string id="aboutHyperlinkText3">http://www.gnu.org/licenses/agpl-3.0</string>
<string id="aboutHyperlinkURL3">http://www.gnu.org/licenses/agpl-3.0</string>
</category>
<category name="settings">
Expand Down
4 changes: 2 additions & 2 deletions Softwareprojekt2015/language/en.lan
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string id="ok">OK</string>
<string id="cancel">Cancel</string>
<string id="save">Save</string>
<string id="version">v0.3.2</string>
<string id="version">v0.4</string>
<string id="appName">NSA 4 Dummies</string>
</category>
<category name="credits">
Expand All @@ -23,7 +23,7 @@
<string id="aboutHyperlinkURL1">http://google.de</string>
<string id="aboutHyperlinkText2">TU Ilmenau</string>
<string id="aboutHyperlinkURL2">http://tu-ilmenau.de</string>
<string id="aboutHyperlinkText3">GNU-License</string>
<string id="aboutHyperlinkText3">http://www.gnu.org/licenses/agpl-3.0</string>
<string id="aboutHyperlinkURL3">http://www.gnu.org/licenses/agpl-3.0</string>
</category>
<category name="settings">
Expand Down

0 comments on commit 93efeae

Please sign in to comment.