From: <jgr...@us...> - 2003-02-19 21:45:58
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv12089 Modified Files: ioA.ini Log Message: Merge patch 689554 that fixes the options dialog on Win98 and makes it work with NSIS 2.0b1 Index: ioA.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioA.ini,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ioA.ini 3 Feb 2003 00:56:48 -0000 1.7 --- ioA.ini 19 Feb 2003 21:45:53 -0000 1.8 *************** *** 1,4 **** [Settings] ! NumFields=6 [Field 1] --- 1,6 ---- + ; This "ioA.ini" file has been tested using NSIS v2.0b1 and Windows 98SE + [Settings] ! NumFields=7 [Field 1] *************** *** 6,12 **** Text=Choose the default port number for POP3 connections (110 recommended). Left=0 ! Right=500 Top=0 ! Bottom=20 [Field 2] --- 8,14 ---- Text=Choose the default port number for POP3 connections (110 recommended). Left=0 ! Right=-1 Top=0 ! Bottom=10 [Field 2] *************** *** 14,20 **** ListItems=110|111|8110|8111 Left=0 ! Right=100 ! Top=24 ! Bottom=79 [Field 3] --- 16,22 ---- ListItems=110|111|8110|8111 Left=0 ! Right=70 ! Top=15 ! Bottom=70 [Field 3] *************** *** 22,28 **** Text=Choose the default port number for user interface connections (8080 recommended) Left=0 ! Right=600 ! Top=79 ! Bottom=99 [Field 4] --- 24,30 ---- Text=Choose the default port number for user interface connections (8080 recommended) Left=0 ! Right=-1 ! Top=40 ! Bottom=50 [Field 4] *************** *** 30,36 **** ListItems=8080|8081|9090|9091 Left=0 ! Right=100 ! Top=103 ! Bottom=158 [Field 5] --- 32,38 ---- ListItems=8080|8081|9090|9091 Left=0 ! Right=70 ! Top=55 ! Bottom=110 [Field 5] *************** *** 38,50 **** Text=Run POPFile automatically when Windows starts Left=0 ! Right=300 ! Top=167 ! Bottom=199 [Field 6] ! Type=label ! Text=ENSURE THAT POPFILE IS NOT RUNNING BEFORE PROCEEDING Left=0 ! Right=350 ! Top=208 ! Bottom=228 --- 40,60 ---- Text=Run POPFile automatically when Windows starts Left=0 ! Right=-1 ! Top=80 ! Bottom=90 [Field 6] ! Type=GroupBox ! Text=IMPORTANT WARNING Left=0 ! Right=-1 ! Top=100 ! Bottom=-5 ! ! [Field 7] ! Type=label ! Text=IF UPGRADING POPFILE --- PLEASE SHUTDOWN POPFILE BEFORE PROCEEDING ! Left=7 ! Right=-7 ! Top=115 ! Bottom=125 |