Set default server port to 7777
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Jul 2013 06:59:47 +0000 (09:59 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Jul 2013 06:59:47 +0000 (09:59 +0300)
res/xml/prefs.xml

index 591106149cb03701b1c2b61fcc206474a81174dd..ceaf223e9609746a19c5c4d5b422cec5aad588fb 100644 (file)
@@ -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>
This page took 0.009848 seconds and 4 git commands to generate.