diff --git a/src/AddIns/Misc/UsageDataCollector/UsageDataCollector.AddIn/AnalyticsMonitor.cs b/src/AddIns/Misc/UsageDataCollector/UsageDataCollector.AddIn/AnalyticsMonitor.cs index 0811b12695..bb352f4365 100644 --- a/src/AddIns/Misc/UsageDataCollector/UsageDataCollector.AddIn/AnalyticsMonitor.cs +++ b/src/AddIns/Misc/UsageDataCollector/UsageDataCollector.AddIn/AnalyticsMonitor.cs @@ -20,6 +20,7 @@ namespace ICSharpCode.UsageDataCollector public sealed class AnalyticsMonitor : IAnalyticsMonitor { const string UploadUrl = "http://usagedatacollector.sharpdevelop.net/upload/UploadUsageData.svc"; + public static readonly Uri PrivacyStatementUrl = new Uri("http://www.icsharpcode.net/OpenSource/SD/UsageDataCollector/"); public static readonly AnalyticsMonitor Instance = new AnalyticsMonitor(); diff --git a/src/AddIns/Misc/UsageDataCollector/UsageDataCollector.AddIn/OptionPage.xaml b/src/AddIns/Misc/UsageDataCollector/UsageDataCollector.AddIn/OptionPage.xaml index 539dff3c4b..db3bbb28f1 100644 --- a/src/AddIns/Misc/UsageDataCollector/UsageDataCollector.AddIn/OptionPage.xaml +++ b/src/AddIns/Misc/UsageDataCollector/UsageDataCollector.AddIn/OptionPage.xaml @@ -1,4 +1,4 @@ - + We need your help! To improve SharpDevelop in the future, we would like to know which features are used most. @@ -10,7 +10,7 @@ Show collected data - Privacy Statement + Privacy Statement \ No newline at end of file diff --git a/src/AddIns/Misc/UsageDataCollector/UsageDataCollector.AddIn/StartPageMessage.xaml b/src/AddIns/Misc/UsageDataCollector/UsageDataCollector.AddIn/StartPageMessage.xaml index fdca63ea6a..88ef8e34d7 100644 --- a/src/AddIns/Misc/UsageDataCollector/UsageDataCollector.AddIn/StartPageMessage.xaml +++ b/src/AddIns/Misc/UsageDataCollector/UsageDataCollector.AddIn/StartPageMessage.xaml @@ -1,6 +1,6 @@  + x:Class="ICSharpCode.UsageDataCollector.StartPageMessage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:core="http://icsharpcode.net/sharpdevelop/core" xmlns:local="clr-namespace:ICSharpCode.UsageDataCollector"> @@ -43,7 +43,7 @@ Privacy Statement + NavigateUri="{x:Static local:AnalyticsMonitor.PrivacyStatementUrl}">Privacy Statement \ No newline at end of file