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:
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user