two missing hb_ prefixes in help

This commit is contained in:
Viktor Szakats
2013-03-30 14:56:15 +01:00
parent 972c11c9f6
commit 3ac2e51a90
2 changed files with 6 additions and 2 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-03-30 14:55 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
! two missing hb_ prefixes in help
2013-03-30 12:09 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
! fixed two base strings to not require translators

View File

@@ -16209,8 +16209,8 @@ STATIC PROCEDURE ShowHelp( hbmk, lMore, lLong )
{ "hbshell_ext_load( <cPackageName> ) -> <lSuccess>" , I_( "Load package. Similar to #request PP directive." ) }, ;
{ "hbshell_ext_unload( <cPackageName> ) -> <lSuccess>", I_( "Unload package." ) }, ;
{ "hbshell_ext_get_list() -> <aPackages>" , I_( "List of loaded packages." ) }, ;
{ "hbshell_DirBase() -> <cBaseDir>" , I_( "DirBase() not mapped to script." ) }, ;
{ "hbshell_ProgName() -> <cPath>" , I_( "ProgName() not mapped to script." ) } }
{ "hbshell_DirBase() -> <cBaseDir>" , I_( "hb_DirBase() not mapped to script." ) }, ;
{ "hbshell_ProgName() -> <cPath>" , I_( "hb_ProgName() not mapped to script." ) } }
#endif
LOCAL aHdr_APIPlugin := { ;