From 558c98cd630d017d3c29b39dc1aaf49c6fbfad60 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Wed, 21 Apr 2010 20:35:06 +0000 Subject: [PATCH] 2010-04-21 13:33 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/idesaveload.prg ! Fixed a type in previous commit. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbide/idesaveload.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 )