Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -r16bd8076863c03907abeee60b16704aba1bdb1a0 -r8c2b0b188551d5978768df02a3264b0d272446d1 --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 16bd8076863c03907abeee60b16704aba1bdb1a0) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 8c2b0b188551d5978768df02a3264b0d272446d1) @@ -148,7 +148,7 @@ SupportEmailAddress = "www.helpdeskwater.nl", SupportPhoneNumber = "+31 (0)88-797 7102", MainWindowTitle = "Ringtoets", - ManualFilePath = "..\\Gebruikershandleiding Ringtoets 16.4.2.pdf" + ManualFilePath = "..\\Gebruikershandleiding Ringtoets 16.4.3.pdf" }; var mainWindow = new MainWindow(); gui = new GuiCore(mainWindow, new StorageSqLite(), new RingtoetsProjectFactory(), settings)