From: Marius Gavrilescu <marius@ieval.ro>
Date: Sat, 27 Jul 2013 06:59:47 +0000 (+0300)
Subject: Set default server port to 7777
X-Git-Tag: 0.000_001~25
X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=44dbc5641331fbc4c5ffee1fed613230edcfb5d5;p=fonbot.git

Set default server port to 7777
---

diff --git a/res/xml/prefs.xml b/res/xml/prefs.xml
index 5911061..ceaf223 100644
--- a/res/xml/prefs.xml
+++ b/res/xml/prefs.xml
@@ -8,5 +8,5 @@
     <CheckBoxPreference android:key="system" android:summaryOff="FonBot is not a system app. Changing this requires root and busybox" android:title="System App" android:summaryOn="FonBot is a system app. Changing this requires root and busybox"/>
     
     <EditTextPreference android:dialogTitle="Server hostname" android:title="Server hostname" android:dialogMessage="Server hostname. Do not change unless you know what you are doing!" android:key="hostname" android:defaultValue="fonbot.ieval.ro" android:summary="fonbot.ieval.ro"/>
-    <EditTextPreference android:dialogMessage="Server port. Do not change unless you know what you are doing!" android:dialogTitle="Server port" android:title="Server port" android:summary="443" android:defaultValue="443" android:key="port"/>
+    <EditTextPreference android:dialogMessage="Server port. Do not change unless you know what you are doing!" android:dialogTitle="Server port" android:title="Server port" android:summary="443" android:defaultValue="7777" android:key="port"/>
 </PreferenceScreen>