Revision 6b0de454 trunk/Pithos.Client.WPF/Shell/FeedbackViewModel.cs

b/trunk/Pithos.Client.WPF/Shell/FeedbackViewModel.cs
96 96

  
97 97
            var builder = new StringBuilder();
98 98
            
99
            builder.AppendLine("Pithos Windows Client")
99
            builder.AppendLine("Pithos+ Windows Client")
100 100
                .Append('-', 30)
101 101
                .AppendLine()
102 102
                .AppendFormat("Released: {0}\r\n", released)
......
114 114
        
115 115
        public void Send()
116 116
        {
117
            var message = "Pithos Windows Client Feedback:\r\n" +Message;
117
            var message = "Pithos+ Windows Client Feedback:\r\n" +Message;
118 118
            var fields = new Dictionary<string, string> { { "feedback-msg", message }, { "feedback-data", Data } };
119 119
            string token="0007";
120 120
            if (Settings.Default.Accounts.Count>0)

Also available in: Unified diff