|
From: <xue...@us...> - 2003-10-30 11:15:35
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv31706
Modified Files:
installer.nsi ioD.ini
Log Message:
Improved corpus conversion notes.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -d -r1.142 -r1.143
*** installer.nsi 29 Oct 2003 21:58:45 -0000 1.142
--- installer.nsi 30 Oct 2003 11:15:30 -0000 1.143
***************
*** 2356,2359 ****
--- 2356,2360 ----
!insertmacro PFI_IO_TEXT "ioD.ini" "6" "$(PFI_LANG_FLATFILE_IO_NOTE_6)"
!insertmacro PFI_IO_TEXT "ioD.ini" "7" "$(PFI_LANG_FLATFILE_IO_NOTE_7)"
+ !insertmacro PFI_IO_TEXT "ioD.ini" "8" "$(PFI_LANG_FLATFILE_IO_NOTE_8)"
FunctionEnd
Index: ioD.ini
===================================================================
RCS file: /cvsroot/popfile/windows/ioD.ini,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ioD.ini 29 Oct 2003 18:59:47 -0000 1.1
--- ioD.ini 30 Oct 2003 11:15:31 -0000 1.2
***************
*** 27,31 ****
[Settings]
! NumFields=7
CancelEnabled=0
BackEnabled=0
--- 27,31 ----
[Settings]
! NumFields=8
CancelEnabled=0
BackEnabled=0
***************
*** 44,49 ****
Left=0
Right=300
! Top=24
! Bottom=40
[Field 3]
--- 44,49 ----
Left=0
Right=300
! Top=22
! Bottom=38
[Field 3]
***************
*** 52,57 ****
Left=0
Right=300
! Top=50
! Bottom=79
[Field 4]
--- 52,57 ----
Left=0
Right=300
! Top=44
! Bottom=73
[Field 4]
***************
*** 60,65 ****
Left=40
Right=290
! Top=59
! Bottom=75
[Field 5]
--- 60,65 ----
Left=40
Right=290
! Top=53
! Bottom=69
[Field 5]
***************
*** 68,73 ****
Left=0
Right=300
! Top=87
! Bottom=103
[Field 6]
--- 68,73 ----
Left=0
Right=300
! Top=79
! Bottom=95
[Field 6]
***************
*** 76,81 ****
Left=0
Right=300
! Top=105
! Bottom=121
[Field 7]
--- 76,81 ----
Left=0
Right=300
! Top=95
! Bottom=111
[Field 7]
***************
*** 84,88 ****
Left=0
Right=300
! Top=123
Bottom=139
--- 84,96 ----
Left=0
Right=300
! Top=111
! Bottom=127
!
! [Field 8]
! Type=Label
! Text=
! Left=0
! Right=300
! Top=131
Bottom=139
|