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.
This commit is contained in:
Viktor Szakats
2009-08-09 16:33:11 +00:00
parent de5fba60fd
commit 5c47bea7ec
2 changed files with 6 additions and 1 deletions

View File

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

View File

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