From bc49e05545bd7ab6eb7de368e2d936e077703e4c Mon Sep 17 00:00:00 2001 From: Nikolay Pultsin Date: Fri, 12 Jun 2015 06:08:14 +0100 Subject: [PATCH] geometerplus.com => fbreader.org --- .../zlibrary/ui/android/error/BugReportActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/geometerplus/zlibrary/ui/android/error/BugReportActivity.java b/src/org/geometerplus/zlibrary/ui/android/error/BugReportActivity.java index 350dc3a13..e1f8b5f73 100644 --- a/src/org/geometerplus/zlibrary/ui/android/error/BugReportActivity.java +++ b/src/org/geometerplus/zlibrary/ui/android/error/BugReportActivity.java @@ -55,7 +55,7 @@ public class BugReportActivity extends Activity implements ErrorKeys { findViewById(R.id.send_report).setOnClickListener(new View.OnClickListener() { public void onClick(View view) { Intent sendIntent = new Intent(Intent.ACTION_SEND); - sendIntent.putExtra(Intent.EXTRA_EMAIL, new String[] { "exception@geometerplus.com" }); + sendIntent.putExtra(Intent.EXTRA_EMAIL, new String[] { "exception@fbreader.org" }); sendIntent.putExtra(Intent.EXTRA_TEXT, reportText.toString()); sendIntent.putExtra(Intent.EXTRA_SUBJECT, "FBReader " + versionName + " exception report"); sendIntent.setType("message/rfc822");