Index: Application/Ringtoets/src/Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 17.2.1.pdf =================================================================== diff -u -r09c47b676fdd8a2a9f891f226e1c2a676a3dec08 -r00a75e1d878278a0ac51e79f6f9c33e4a7efd0a9 Binary files differ Index: Application/Ringtoets/src/Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 17.3.1.pdf =================================================================== diff -u Binary files differ Index: Application/Ringtoets/src/Application.Ringtoets.Setup/Product.wxs =================================================================== diff -u -r4fbd3df041f8649029c47b4716cf7ffcdc8dd645 -r00a75e1d878278a0ac51e79f6f9c33e4a7efd0a9 --- Application/Ringtoets/src/Application.Ringtoets.Setup/Product.wxs (.../Product.wxs) (revision 4fbd3df041f8649029c47b4716cf7ffcdc8dd645) +++ Application/Ringtoets/src/Application.Ringtoets.Setup/Product.wxs (.../Product.wxs) (revision 00a75e1d878278a0ac51e79f6f9c33e4a7efd0a9) @@ -77,7 +77,7 @@ - + @@ -105,7 +105,7 @@ Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -rdd0a48dd525ff0451dffce1549eb38b8789ee383 -r00a75e1d878278a0ac51e79f6f9c33e4a7efd0a9 --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision dd0a48dd525ff0451dffce1549eb38b8789ee383) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 00a75e1d878278a0ac51e79f6f9c33e4a7efd0a9) @@ -151,7 +151,7 @@ SupportEmailAddress = "www.helpdeskwater.nl", SupportPhoneNumber = "+31 (0)88-797 7102", MainWindowTitle = "Ringtoets", - ManualFilePath = "..\\Gebruikershandleiding Ringtoets 17.2.1.pdf" + ManualFilePath = "..\\Gebruikershandleiding Ringtoets 17.3.1.pdf" }; var mainWindow = new MainWindow(); var projectMigrator = new RingtoetsProjectMigrator(new DialogBasedInquiryHelper(mainWindow));