From 5c47bea7ec40faa4eacf30aad02e26bb29467f0f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 9 Aug 2009 16:33:11 +0000 Subject: [PATCH] 2009-08-09 18:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/tests/demoxbp.prg ! Fixed test.ico reference to avoid QT runtime error message when run from a different dir. --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbxbp/tests/demoxbp.prg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e93ca16150..acb2294335 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-09 18:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbxbp/tests/demoxbp.prg + ! Fixed test.ico reference to avoid QT runtime error message + when run from a different dir. + 2009-08-09 18:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/tests/demoxbp.prg * contrib/gtwvg/tests/demowvg.prg diff --git a/harbour/contrib/hbxbp/tests/demoxbp.prg b/harbour/contrib/hbxbp/tests/demoxbp.prg index 7a7eff1033..499d58142e 100644 --- a/harbour/contrib/hbxbp/tests/demoxbp.prg +++ b/harbour/contrib/hbxbp/tests/demoxbp.prg @@ -284,7 +284,7 @@ STATIC FUNCTION GuiStdDialog( cTitle ) /* NOTE: method to install the windows icon is bit different than Windows */ /* So curretly we can only place disk icon file only */ - oDlg:icon := "test" + oDlg:icon := hb_DirBase() + "test.ico" /* TODO: still not implemented*/ oDlg:taskList := .T.