[cng1985] r632 committed - [No log message]

1 view
Skip to first unread message

cng...@googlecode.com

unread,
Sep 13, 2011, 2:33:13 AM9/13/11
to cng...@googlegroups.com
Revision: 632
Author: cng1985
Date: Mon Sep 12 23:31:38 2011
Log: [No log message]
http://code.google.com/p/cng1985/source/detail?r=632

Modified:

/books/src/org/geometerplus/zlibrary/ui/android/library/BugReportActivity.java

=======================================
---
/books/src/org/geometerplus/zlibrary/ui/android/library/BugReportActivity.java
Mon Sep 12 22:11:18 2011
+++
/books/src/org/geometerplus/zlibrary/ui/android/library/BugReportActivity.java
Mon Sep 12 23:31:38 2011
@@ -49,7 +49,7 @@
reportTextView.setLongClickable(false);

final String versionName = getVersionName();
- reportTextView.append("随便看小说 " + versionName + " has been crached,
sorry. You can help to fix this bug by sending the report below to FBReader
developers. The report will be sent by e-mail. Thank you in advance!\n\n");
+ reportTextView.append("安卓图书馆 " + versionName + " 除了,感谢你的反馈
\n\n");
reportTextView.append(stackTrace);

findViewById(Res.id.send_report).setOnClickListener(
@@ -58,7 +58,7 @@
Intent sendIntent = new Intent(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_EMAIL, new String[]
{ "7355...@qq.com" });
sendIntent.putExtra(Intent.EXTRA_TEXT, stackTrace);
- sendIntent.putExtra(Intent.EXTRA_SUBJECT, "随便看小说 " + versionName
+ " exception report");
+ sendIntent.putExtra(Intent.EXTRA_SUBJECT, "安卓图书馆 " + versionName
+ " exception report");
sendIntent.setType("message/rfc822");
startActivity(sendIntent);
finish();
Reply all
Reply to author
Forward
0 new messages