Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -re05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8 -r30332db4c8d709bbb543c5085345fb22a9e4809e --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision e05b8947a4f5a41c2cb8b3f5460daf20ab77b2c8) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 30332db4c8d709bbb543c5085345fb22a9e4809e) @@ -140,7 +140,7 @@ SupportEmailAddress = "www.helpdeskwater.nl", SupportPhoneNumber = "+31 (0)88-797 7102", MainWindowTitle = "Ringtoets", - ManualFilePath = "..\\Ringtoets_Manual.pdf" + ManualFilePath = "..\\Handleiding_Ringtoets_16.1.1.pdf" }; var mainWindow = new MainWindow(); gui = new GuiCore(mainWindow, new StorageSqLite(), new RingtoetsProjectFactory(), settings)