Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -r2a3c6a47bfb84ec01da0ff03451ed95ca4db3590 -r28f595a48d8db439bb70262bee5d91a1041bf96e --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 2a3c6a47bfb84ec01da0ff03451ed95ca4db3590) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 28f595a48d8db439bb70262bee5d91a1041bf96e) @@ -150,7 +150,7 @@ SupportEmailAddress = "www.helpdeskwater.nl", SupportPhoneNumber = "+31 (0)88-797 7102", MainWindowTitle = "Ringtoets", - ManualFilePath = "..\\Gebruikershandleiding Ringtoets 16.4.3.pdf" + ManualFilePath = "..\\Gebruikershandleiding Ringtoets 16.4.4.pdf" }; var mainWindow = new MainWindow(); gui = new GuiCore(mainWindow, new StorageSqLite(), new RingtoetsProjectFactory(), settings)