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