2010-06-26 22:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbide/resources/hbmk2_plugin_uip.prg
    ! Fixed typo causing "'.uip.prg' assumed external"
This commit is contained in:
Viktor Szakats
2010-06-26 20:09:45 +00:00
parent 9ddccee5ca
commit 23c0e11f8a
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-06-26 22:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbide/resources/hbmk2_plugin_uip.prg
! Fixed typo causing "'.uip.prg' assumed external"
2010-06-26 19:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/utils/hbqtui.prg
* contrib/hbqt/utils/hbqtui.hbp

View File

@@ -41,7 +41,7 @@ FUNCTION hbmk2_plugin_uip( hbmk2 )
FOR EACH tmp IN hbmk2[ "params" ]
IF Lower( hbmk2_FNameExtGet( tmp ) ) == ".ui"
AAdd( aUI, tmp )
AAdd( aUI_Dst, cDst := hbmk2_FNameDirExtSet( hbmk2_FNameNameGet( cSrc ), hbmk2[ "cWorkDir" ], ".uip" ) )
AAdd( aUI_Dst, cDst := hbmk2_FNameDirExtSet( hbmk2_FNameNameGet( tmp ), hbmk2[ "cWorkDir" ], ".uip" ) )
hbmk2_AddInput_PRG( hbmk2, cDst )
ENDIF
NEXT