This commit is contained in:
Viktor Szakats
2013-03-24 22:40:15 +01:00
parent 3b9b70dfa2
commit 140e5913eb
6 changed files with 71 additions and 64 deletions

View File

@@ -152,7 +152,6 @@ METHOD IsField( c, nType ) CLASS Entry
lResult := .F.
ELSEIF nType != NIL .AND. hb_bitAnd( self:Group[ idx ], nType ) != nType
lResult := .F.
ELSE
ENDIF
ENDIF
@@ -351,7 +350,6 @@ PROCEDURE init_Templates()
RETURN
PROCEDURE ShowTemplatesHelp( cTemplate, cDelimiter )
LOCAL o := Entry():New()
@@ -372,9 +370,11 @@ PROCEDURE ShowTemplatesHelp( cTemplate, cDelimiter )
! Empty( o:Templates[ idxTemplates ][ 1 ] ) .AND. ;
!( o:Templates[ idxTemplates ][ 1 ] == "Template" )
// ~ IF nFrom != nTo
// ~ ShowSubHelp( o:Templates[ idxTemplates ][ 1 ], 1, 0 )
// ~ ENDIF
#if 0
IF nFrom != nTo
ShowSubHelp( o:Templates[ idxTemplates ][ 1 ], 1, 0 )
ENDIF
#endif
o:SetTemplate( o:Templates[ idxTemplates ][ 1 ] )

View File

@@ -173,7 +173,7 @@ PROCEDURE Main( ... )
ENDIF
DO CASE
CASE cArgName == "-source" ; p_hsSwitches[ "basedir" ] := arg + iif( Right( arg, 1 ) == hb_ps(), "", hb_ps() )
CASE cArgName == "-source" ; p_hsSwitches[ "basedir" ] := arg + iif( Right( arg, 1 ) == hb_ps(), "", hb_ps() )
CASE cArgName == "-format"
IF arg == "" .OR. hb_AScan( p_hsSwitches[ "format-list" ], arg, , , .T. ) == 0
ShowHelp( "Unknown format option '" + arg + "'" )

View File

@@ -97,7 +97,7 @@ REQUEST __HB_EXTERN__
// adding GD support
REQUEST GDChart
REQUEST GDImage
REQUEST GDImageChar
REQUEST gdImageChar
#define APP_GD_SUPPORT "_GD"
#stdout "Lib GD support enabled"
#else