Update of /cvsroot/win32forth/win32forth/src/lib
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16584/src/lib
Modified Files:
FileAssociations.f
Log Message:
Rod: Allot more space in PreviousKey (PictureViewer.exe was too long)
Index: FileAssociations.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/lib/FileAssociations.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FileAssociations.f 3 Oct 2005 22:07:12 -0000 1.1
--- FileAssociations.f 3 Jul 2006 07:16:44 -0000 1.2
***************
*** 18,22 ****
Create TypeName 32 allot \ this key will be called App.ext
Create FileExtension 8 allot \ the file extension including the .
! Create PreviousKey 16 allot \ this key will be called App.bak to hold the previous Type Name
Create FileType 32 allot \ the description that appears under the Type heading in explorer
Create DefaultIcon 256 allot \ full path to Icon, with index in .exe
--- 18,22 ----
Create TypeName 32 allot \ this key will be called App.ext
Create FileExtension 8 allot \ the file extension including the .
! Create PreviousKey 32 allot \ this key will be called App.bak to hold the previous Type Name
Create FileType 32 allot \ the description that appears under the Type heading in explorer
Create DefaultIcon 256 allot \ full path to Icon, with index in .exe
|