Skip to content

Commit

Permalink
Removed Email Address for Report Form.
Browse files Browse the repository at this point in the history
  • Loading branch information
xenolightning committed Nov 14, 2014
1 parent 486aa45 commit 2ba67de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
24 changes: 1 addition & 23 deletions FortyOne.AudioSwitcher/ExceptionDisplayForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion FortyOne.AudioSwitcher/ExceptionDisplayForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ private void btnReport_Click(object sender, EventArgs e)
body += "Operating System: " + Environment.OSVersion + (IntPtr.Size == 8 ? " 64-bit" : " 32-bit") +
Environment.NewLine;
body += "Administrator Privileges: " + IsUserAdministrator() + Environment.NewLine;
body += "Client Email Address: " + txtEmail.Text + Environment.NewLine;

string x = client.SendBugReport(guid, txtErrorDetails.Text, body, exception.ToString());

Expand Down
4 changes: 2 additions & 2 deletions FortyOne.AudioSwitcher/ExceptionDisplayForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

0 comments on commit 2ba67de

Please sign in to comment.