Update of /cvsroot/gexperts/gexperts/unstable/Src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7319/Src
Modified Files:
GX_Configure.dfm
Log Message:
Minor Release 1.31 updates
Text/doc and help file changes and removal of various old cruft
Index: GX_Configure.dfm
===================================================================
RCS file: /cvsroot/gexperts/gexperts/unstable/Src/GX_Configure.dfm,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- GX_Configure.dfm 1 Apr 2007 03:21:11 -0000 1.34
+++ GX_Configure.dfm 8 Apr 2007 00:10:44 -0000 1.35
@@ -685,7 +685,7 @@
end
end
object dlgHelpFile: TOpenDialog
- DefaultExt = '.hlp'
+ DefaultExt = '.chm'
Filter = 'Help Files (*.chm)|*.chm'
Options = [ofPathMustExist, ofFileMustExist]
Title = 'Select Help File'
|