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