2013-03-21 19:00 UTC+0100 Viktor Szakats (harbour syenar.net)

* utils/hbmk2/hbmk2.prg
    + when running a script with hbrun/hbmk2 form cmdline,
      show an error if it's not found instead of launching
      the interactive menu.

  * doc/en/tbrowse.txt
    ! minor, for testing commits
This commit is contained in:
Viktor Szakats
2013-03-21 19:02:24 +01:00
parent 906ece32e2
commit f7aa07fba3
3 changed files with 21 additions and 6 deletions

View File

@@ -292,7 +292,7 @@
$ONELINER$
Add an New Column to an TBrowse Object
$SYNTAX$
AddColumn(oCol) --> Self
AddColumn( <oCol> ) --> Self
$ARGUMENTS$
<oCol> Is an TbColumn object
$RETURNS$