diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d65b41e460..5050758fd2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-04-21 13:33 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * contrib/hbide/idesaveload.prg + ! Fixed a type in previous commit. + 2010-04-21 12:56 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/idesaveload.prg + Implemented: hbIDE data files to be saved/retrieved in diff --git a/harbour/contrib/hbide/idesaveload.prg b/harbour/contrib/hbide/idesaveload.prg index f4df150110..fa1c51fea8 100644 --- a/harbour/contrib/hbide/idesaveload.prg +++ b/harbour/contrib/hbide/idesaveload.prg @@ -245,7 +245,7 @@ FUNCTION hbide_getIniPath( cHbideIni ) IF ! hb_FileExists( cIni := hb_dirBase() + "hbide.ini" ) #if defined( __PLATFORM__WINDOWS ) cPath := hbide_DirAddPathSep( GetEnv( "APPDATA" ) ) + "hbide\" - #elif defined( __PLATFORM_UNIX ) + #elif defined( __PLATFORM__UNIX ) cPath := hbide_DirAddPathSep( GetEnv( "HOME" ) ) + ".hbide/" #endif IF ! hb_dirExists( cPath )