use header for plugins pref

This commit is contained in:
Philipp Schaefer
2013-09-10 14:29:09 +02:00
parent 3f9af18ba5
commit eb8784ddd3
9 changed files with 190 additions and 81 deletions

View File

@@ -485,7 +485,7 @@ public class IITC_Mobile extends Activity {
return true;
// start settings activity
case R.id.action_settings:
Intent intent = new Intent(this, IITC_Settings.class);
Intent intent = new Intent(this, IITC_PreferenceActivity.class);
intent.putExtra("iitc_version", mIitcWebView.getWebViewClient()
.getIITCVersion());
startActivity(intent);