Index: Application/Ringtoets/src/Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj =================================================================== diff -u -rf60662cc8bcf55ea16dec82ebc17bfe3e7356f71 -rfc24aea0111042745fbc1a97c245f2547cfd32cb --- Application/Ringtoets/src/Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj (.../Application.Ringtoets.Setup.wixproj) (revision f60662cc8bcf55ea16dec82ebc17bfe3e7356f71) +++ Application/Ringtoets/src/Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj (.../Application.Ringtoets.Setup.wixproj) (revision fc24aea0111042745fbc1a97c245f2547cfd32cb) @@ -63,9 +63,9 @@ + - Index: Application/Ringtoets/src/Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 16.1.1.pdf =================================================================== diff -u -re9ba8989c25966fe367612b99e3e9f6257be0bba -rfc24aea0111042745fbc1a97c245f2547cfd32cb Binary files differ Index: Application/Ringtoets/src/Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 16.2.pdf =================================================================== diff -u Binary files differ Index: Application/Ringtoets/src/Application.Ringtoets.Setup/Product.wxs =================================================================== diff -u -re9ba8989c25966fe367612b99e3e9f6257be0bba -rfc24aea0111042745fbc1a97c245f2547cfd32cb --- Application/Ringtoets/src/Application.Ringtoets.Setup/Product.wxs (.../Product.wxs) (revision e9ba8989c25966fe367612b99e3e9f6257be0bba) +++ Application/Ringtoets/src/Application.Ringtoets.Setup/Product.wxs (.../Product.wxs) (revision fc24aea0111042745fbc1a97c245f2547cfd32cb) @@ -79,7 +79,7 @@ - + @@ -107,7 +107,7 @@ Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -ref3bfa2cfcaf2fcb33a1fd56e9418a23ccb8068e -rfc24aea0111042745fbc1a97c245f2547cfd32cb --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision ef3bfa2cfcaf2fcb33a1fd56e9418a23ccb8068e) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision fc24aea0111042745fbc1a97c245f2547cfd32cb) @@ -142,7 +142,7 @@ SupportEmailAddress = "www.helpdeskwater.nl", SupportPhoneNumber = "+31 (0)88-797 7102", MainWindowTitle = "Ringtoets", - ManualFilePath = "..\\Gebruikershandleiding Ringtoets 16.1.1.pdf" + ManualFilePath = "..\\Gebruikershandleiding Ringtoets 16.2.pdf" }; var mainWindow = new MainWindow(); gui = new GuiCore(mainWindow, new StorageSqLite(), new RingtoetsProjectFactory(), settings)