Index: Application/Riskeer/src/Application.Riskeer/App.xaml.cs
===================================================================
diff -u -r59a9a7de8b9239192db7ecf50bff988240c70b74 -rb41da4f0fb44af1cd286c3d77668280497ec8199
--- Application/Riskeer/src/Application.Riskeer/App.xaml.cs (.../App.xaml.cs) (revision 59a9a7de8b9239192db7ecf50bff988240c70b74)
+++ Application/Riskeer/src/Application.Riskeer/App.xaml.cs (.../App.xaml.cs) (revision b41da4f0fb44af1cd286c3d77668280497ec8199)
@@ -125,6 +125,8 @@
var settings = new GuiCoreSettings
{
ApplicationName = "Riskeer",
+ SupportHeader = CoreGuiResources.HelpdeskWater_DisplayName,
+ SupportText = CoreGuiResources.HelpdeskWater_Description,
SupportWebsiteAddressUrl = "https://www.helpdeskwater.nl/onderwerpen/applicaties-modellen/applicaties-per/omgevings/omgevings/riskeer/",
SupportEmailAddressUrl = "https://www.helpdeskwater.nl/onderwerpen/applicaties-modellen/applicaties-per/omgevings/omgevings/riskeer/contact/vraag-ringtoets/",
SupportPhoneNumberUrl = "https://www.helpdeskwater.nl/secundaire-navigatie/contact/",
Index: Core/Gui/src/Core.Gui/Forms/Backstage/BackstageViewModel.cs
===================================================================
diff -u -r77f39b82687804c76c0f34dc826b72d6f61d131a -rb41da4f0fb44af1cd286c3d77668280497ec8199
--- Core/Gui/src/Core.Gui/Forms/Backstage/BackstageViewModel.cs (.../BackstageViewModel.cs) (revision 77f39b82687804c76c0f34dc826b72d6f61d131a)
+++ Core/Gui/src/Core.Gui/Forms/Backstage/BackstageViewModel.cs (.../BackstageViewModel.cs) (revision b41da4f0fb44af1cd286c3d77668280497ec8199)
@@ -61,7 +61,7 @@
InfoViewModel = new InfoViewModel();
AboutViewModel = new AboutViewModel(settings.ApplicationName, version);
- SupportViewModel = new SupportViewModel();
+ SupportViewModel = new SupportViewModel(settings);
OpenHelpdeskWaterWebsiteCommand = new RelayCommand(OnOpenHelpdeskWaterWebsite);
EmailHelpdeskWaterSupportCommand = new RelayCommand(OnEmailHelpdeskWaterSupport);
Index: Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml
===================================================================
diff -u -rca5a4894f059cb376b9cff88ecab070fa21d6b79 -rb41da4f0fb44af1cd286c3d77668280497ec8199
--- Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml (.../SupportBackstagePage.xaml) (revision ca5a4894f059cb376b9cff88ecab070fa21d6b79)
+++ Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml (.../SupportBackstagePage.xaml) (revision b41da4f0fb44af1cd286c3d77668280497ec8199)
@@ -122,12 +122,12 @@
+ Text="{x:Static properties:Resources.SupportBackstagePage_WeCanHelp_Description}" />
+ Text="{Binding SupportHeader}" />
+ Text="{Binding SupportText}" />