Index: Core/Gui/src/Core.Gui/Forms/Backstage/AboutBackstagePage.xaml
===================================================================
diff -u -r398100bda82a3a0b433fd247739cb6019848ef80 -re1a1764ad44518c419fe6440cbbaff106b524766
--- Core/Gui/src/Core.Gui/Forms/Backstage/AboutBackstagePage.xaml (.../AboutBackstagePage.xaml) (revision 398100bda82a3a0b433fd247739cb6019848ef80)
+++ Core/Gui/src/Core.Gui/Forms/Backstage/AboutBackstagePage.xaml (.../AboutBackstagePage.xaml) (revision e1a1764ad44518c419fe6440cbbaff106b524766)
@@ -81,7 +81,7 @@
+ Grid.Column="0" Grid.Row="0" />
Index: Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml
===================================================================
diff -u -r628a729daf3bed1d5cca1d4d0c107afb59134f54 -re1a1764ad44518c419fe6440cbbaff106b524766
--- Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml (.../SupportBackstagePage.xaml) (revision 628a729daf3bed1d5cca1d4d0c107afb59134f54)
+++ Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml (.../SupportBackstagePage.xaml) (revision e1a1764ad44518c419fe6440cbbaff106b524766)
@@ -26,7 +26,6 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:backstage="clr-namespace:Core.Gui.Forms.Backstage"
- xmlns:commands="clr-namespace:Core.Gui.Commands"
xmlns:properties="clr-namespace:Core.Gui.Properties"
mc:Ignorable="d"
d:DataContext="{d:DesignInstance IsDesignTimeCreatable=False, Type={x:Type backstage:SupportViewModel}}">
@@ -53,59 +52,6 @@
-
-
-
-
@@ -128,28 +74,32 @@
Text="{Binding SupportHeader}" />
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: Core/Gui/src/Core.Gui/Forms/Backstage/SupportViewModel.cs
===================================================================
diff -u -r05b63bf3a91f31ec8bc2125730554f19eeca73d1 -re1a1764ad44518c419fe6440cbbaff106b524766
--- Core/Gui/src/Core.Gui/Forms/Backstage/SupportViewModel.cs (.../SupportViewModel.cs) (revision 05b63bf3a91f31ec8bc2125730554f19eeca73d1)
+++ Core/Gui/src/Core.Gui/Forms/Backstage/SupportViewModel.cs (.../SupportViewModel.cs) (revision e1a1764ad44518c419fe6440cbbaff106b524766)
@@ -55,5 +55,15 @@
/// Gets the support text.
///
public string SupportText => settings.SupportText;
+
+ ///
+ /// Gets the support website address url.
+ ///
+ public string SupportWebsiteAddressUrl => settings.SupportWebsiteAddressUrl;
+
+ ///
+ /// Gets the support phone number.
+ ///
+ public string SupportPhoneNumber => settings.SupportPhoneNumber;
}
}
\ No newline at end of file
Index: Core/Gui/src/Core.Gui/Properties/Resources.Designer.cs
===================================================================
diff -u -r3ffd22ff4cba787d7219731a6d629f5861546802 -re1a1764ad44518c419fe6440cbbaff106b524766
--- Core/Gui/src/Core.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 3ffd22ff4cba787d7219731a6d629f5861546802)
+++ Core/Gui/src/Core.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e1a1764ad44518c419fe6440cbbaff106b524766)
@@ -235,15 +235,6 @@
}
///
- /// Looks up a localized string similar to Bel helpdesk.
- ///
- public static string CallSupport_DisplayName {
- get {
- return ResourceManager.GetString("CallSupport_DisplayName", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Algemeen.
///
public static string Categories_General {
@@ -654,6 +645,15 @@
}
///
+ /// Looks up a localized string similar to Contact.
+ ///
+ public static string Contact_DisplayName {
+ get {
+ return ResourceManager.GetString("Contact_DisplayName", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Kan geen instanties maken van de benodigde objecten..
///
public static string ContextMenuBuilder_ContextMenuBuilder_Cannot_create_instances_of_factories {
@@ -931,15 +931,6 @@
}
///
- /// Looks up a localized string similar to E-mail helpdesk.
- ///
- public static string EmailSupport_DisplayName {
- get {
- return ResourceManager.GetString("EmailSupport_DisplayName", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap error {
@@ -2043,6 +2034,15 @@
}
///
+ /// Looks up a localized string similar to Telefoonnummer.
+ ///
+ public static string PhoneNumber_DisplayName {
+ get {
+ return ResourceManager.GetString("PhoneNumber_DisplayName", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to De kleur van de symbolen waarmee deze categorie wordt weergegeven..
///
public static string PointCategoryTheme_Color_Description {
@@ -2543,21 +2543,21 @@
}
///
- /// Looks up a localized string similar to Bezoek website.
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
///
- public static string VisitWebsite_DisplayName {
+ public static System.Drawing.Icon warning {
get {
- return ResourceManager.GetString("VisitWebsite_DisplayName", resourceCulture);
+ object obj = ResourceManager.GetObject("warning", resourceCulture);
+ return ((System.Drawing.Icon)(obj));
}
}
///
- /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
+ /// Looks up a localized string similar to Website.
///
- public static System.Drawing.Icon warning {
+ public static string Website_DisplayName {
get {
- object obj = ResourceManager.GetObject("warning", resourceCulture);
- return ((System.Drawing.Icon)(obj));
+ return ResourceManager.GetString("Website_DisplayName", resourceCulture);
}
}
Index: Core/Gui/src/Core.Gui/Properties/Resources.resx
===================================================================
diff -u -r3ffd22ff4cba787d7219731a6d629f5861546802 -re1a1764ad44518c419fe6440cbbaff106b524766
--- Core/Gui/src/Core.Gui/Properties/Resources.resx (.../Resources.resx) (revision 3ffd22ff4cba787d7219731a6d629f5861546802)
+++ Core/Gui/src/Core.Gui/Properties/Resources.resx (.../Resources.resx) (revision e1a1764ad44518c419fe6440cbbaff106b524766)
@@ -922,15 +922,12 @@
Heeft u problemen in het gebruik van de software? Neem dan contact op.
-
- Bezoek website
+
+ Website
-
- Bel helpdesk
+
+ Telefoonnummer
-
- E-mail helpdesk
-
Omschrijving
@@ -940,4 +937,7 @@
-
+
+ Contact
+
\ No newline at end of file
Index: Core/Gui/src/Core.Gui/Style/DeltaresGeneralStyle.xaml
===================================================================
diff -u -r886b86a66f072735567285a3489923186c236c32 -re1a1764ad44518c419fe6440cbbaff106b524766
--- Core/Gui/src/Core.Gui/Style/DeltaresGeneralStyle.xaml (.../DeltaresGeneralStyle.xaml) (revision 886b86a66f072735567285a3489923186c236c32)
+++ Core/Gui/src/Core.Gui/Style/DeltaresGeneralStyle.xaml (.../DeltaresGeneralStyle.xaml) (revision e1a1764ad44518c419fe6440cbbaff106b524766)
@@ -66,9 +66,6 @@
-
-
-