2010-04-21 13:33 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* contrib/hbide/idesaveload.prg
    ! Fixed a type in previous commit.
This commit is contained in:
Pritpal Bedi
2010-04-21 20:35:06 +00:00
parent 7ed37f0454
commit 558c98cd63
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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 )