No more forums in the settings

pull/14/head
Sam Bosley 13 years ago
parent 9a45aae5e2
commit 0d81dc9c35

@ -11,7 +11,6 @@
<PreferenceScreen android:title="@string/p_about" android:key="@string/p_about" />
<PreferenceScreen android:title="@string/welcome_setting" android:key="@string/p_tutorial"/>
<PreferenceScreen android:title="@string/p_help" android:key="@string/p_help"/>
<PreferenceScreen android:title="@string/p_forums" android:key="@string/p_forums"/>
<PreferenceCategory
android:title="@string/EPr_appearance_header">

@ -81,8 +81,8 @@ public class EditPreferences extends TodorooPreferenceActivity {
private static final String SUPPORT_URL = "http://blog.astrid.com/topics/support/android"; //$NON-NLS-1$
private static final int APPEARANCE_PREFERENCE = 4;
private static final int POWER_PACK_PREFERENCE = 5;
private static final int APPEARANCE_PREFERENCE = 3;
private static final int POWER_PACK_PREFERENCE = 4;
private static final int REQUEST_CODE_SYNC = 0;
private static final int REQUEST_CODE_LABS = 1;

Loading…
Cancel
Save