diff IBBoard.WarFoundry.GUI.GTK.csproj @ 95:ea4069bbe6e9

Re #309: Add initial preference dialog with language support * Add first preference dialog * Add French translations (based on WinForms file) Re #308: Make GTK# UI translatable * Add some missing English translations (API strings)
author IBBoard <dev@ibboard.co.uk>
date Sat, 01 Jan 2011 20:55:07 +0000
parents 26e4525b49cf
children 5d94889b1509
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.GTK.csproj	Fri Dec 31 15:43:05 2010 +0000
+++ b/IBBoard.WarFoundry.GUI.GTK.csproj	Sat Jan 01 20:55:07 2011 +0000
@@ -69,6 +69,8 @@
     <Compile Include="gtk-gui\IBBoard.WarFoundry.GUI.GTK.Widgets.UnitDisplayWidget.cs" />
     <Compile Include="FrmAboutCredits.cs" />
     <Compile Include="gtk-gui\IBBoard.WarFoundry.GUI.GTK.FrmAboutCredits.cs" />
+    <Compile Include="FrmPreferences.cs" />
+    <Compile Include="gtk-gui\IBBoard.WarFoundry.GUI.GTK.FrmPreferences.cs" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="App.png" />
@@ -87,6 +89,9 @@
     <None Include="WarFoundry-GTKPref.xml">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Include="translations\fr.translation">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </ItemGroup>
   <ItemGroup>
     <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />