Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -ref3bfa2cfcaf2fcb33a1fd56e9418a23ccb8068e -rfc24aea0111042745fbc1a97c245f2547cfd32cb --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision ef3bfa2cfcaf2fcb33a1fd56e9418a23ccb8068e) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision fc24aea0111042745fbc1a97c245f2547cfd32cb) @@ -142,7 +142,7 @@ SupportEmailAddress = "www.helpdeskwater.nl", SupportPhoneNumber = "+31 (0)88-797 7102", MainWindowTitle = "Ringtoets", - ManualFilePath = "..\\Gebruikershandleiding Ringtoets 16.1.1.pdf" + ManualFilePath = "..\\Gebruikershandleiding Ringtoets 16.2.pdf" }; var mainWindow = new MainWindow(); gui = new GuiCore(mainWindow, new StorageSqLite(), new RingtoetsProjectFactory(), settings)