From 885db4f6195837a44e71f89053469e0a55bc4afc Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Fri, 20 Nov 2009 14:44:46 +0000 Subject: [PATCH] UsageDataCollector: add link to privacy statement git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5273 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../UsageDataCollector.AddIn/AnalyticsMonitor.cs | 1 + .../UsageDataCollector.AddIn/OptionPage.xaml | 4 ++-- .../UsageDataCollector.AddIn/StartPageMessage.xaml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) 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