Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -r09e8f3d20ef762a75ac211870d3843b671516983 -re94093603470a1622554ff8b42db1bce9e6a5956 --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 09e8f3d20ef762a75ac211870d3843b671516983) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision e94093603470a1622554ff8b42db1bce9e6a5956) @@ -73,6 +73,8 @@ { SetLanguage(); + log.Info(Core.Common.Base.Properties.Resources.App_App_Ringtoets_Copyright); + log.Info(Core.Common.Gui.Properties.Resources.App_App_Starting_Ringtoets); } Index: Core/Common/src/Core.Common.Base/Properties/Resources.Designer.cs =================================================================== diff -u -r752bf12bb8b00ba1d544d0b7f2f8ce8ce4b1b75a -re94093603470a1622554ff8b42db1bce9e6a5956 --- Core/Common/src/Core.Common.Base/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 752bf12bb8b00ba1d544d0b7f2f8ce8ce4b1b75a) +++ Core/Common/src/Core.Common.Base/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e94093603470a1622554ff8b42db1bce9e6a5956) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.17929 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -88,6 +88,15 @@ } /// + /// Looks up a localized string similar to Ringtoets Copyright (C) 2016 Stichting Deltares. Dit programma komt ZONDER ENIGE GARANTIE. Dit programma is gratis en u mag het zelf verder verspreiden en/of aanpassen overeenkomstig de GNU Lesser General Public License versie 3.. + /// + public static string App_App_Ringtoets_Copyright { + get { + return ResourceManager.GetString("App_App_Ringtoets_Copyright", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Bevestigen. /// public static string Confirm { Index: Core/Common/src/Core.Common.Base/Properties/Resources.resx =================================================================== diff -u -r752bf12bb8b00ba1d544d0b7f2f8ce8ce4b1b75a -re94093603470a1622554ff8b42db1bce9e6a5956 --- Core/Common/src/Core.Common.Base/Properties/Resources.resx (.../Resources.resx) (revision 752bf12bb8b00ba1d544d0b7f2f8ce8ce4b1b75a) +++ Core/Common/src/Core.Common.Base/Properties/Resources.resx (.../Resources.resx) (revision e94093603470a1622554ff8b42db1bce9e6a5956) @@ -135,4 +135,7 @@ Bevestigen + + Ringtoets Copyright (C) 2016 Stichting Deltares. Dit programma komt ZONDER ENIGE GARANTIE. Dit programma is gratis en u mag het zelf verder verspreiden en/of aanpassen overeenkomstig de GNU Lesser General Public License versie 3. + \ No newline at end of file