2012-06-11 16:33 UTC+0200 Viktor Szakats (harbour syenar.net)

* utils/hbmk2/hbmk2.prg
  * utils/hbmk2/hbmk2.es_PE.po
  * utils/hbmk2/hbmk2.hu_HU.po
  * utils/hbmk2/hbmk2.pt_BR.po
    - deleted a few "experimental" flags
This commit is contained in:
Viktor Szakats
2012-06-11 14:34:36 +00:00
parent 8759d067ed
commit 9e9544e2db
5 changed files with 11 additions and 6 deletions

View File

@@ -16,6 +16,13 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-06-11 16:33 UTC+0200 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
* utils/hbmk2/hbmk2.es_PE.po
* utils/hbmk2/hbmk2.hu_HU.po
* utils/hbmk2/hbmk2.pt_BR.po
- deleted a few "experimental" flags
2012-06-11 16:30 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbide/ideedit.prg
* contrib/hbide/idemisc.prg

View File

@@ -1438,7 +1438,7 @@ msgstr ""
#: hbmk2.prg:13120
#, c-format
msgid ".hb or .hrb file passed as first parameter will be run as Harbour script. (EXPERIMENTAL)"
msgid ".hb or .hrb file passed as first parameter will be run as Harbour script."
msgstr ""
#: hbmk2.prg:2590

View File

@@ -1434,7 +1434,7 @@ msgstr ""
#: hbmk2.prg:13120
#, c-format
msgid ".hb or .hrb file passed as first parameter will be run as Harbour script. (EXPERIMENTAL)"
msgid ".hb or .hrb file passed as first parameter will be run as Harbour script."
msgstr ""
#: hbmk2.prg:2590

View File

@@ -2630,7 +2630,6 @@ FUNCTION hbmk( aArgs, nArgTarget, /* @ */ lPause, nLevel )
ENDIF
ENDIF
/* EXPERIMENTAL */
CASE Left( cParamL, Len( "-sign=" ) ) == "-sign="
cParam := MacroProc( hbmk, SubStr( cParam, Len( "-sign=" ) + 1 ), aParam[ _PAR_cFileName ] )
@@ -2638,7 +2637,6 @@ FUNCTION hbmk( aArgs, nArgTarget, /* @ */ lPause, nLevel )
cOpt_SignID := cParam
ENDIF
/* EXPERIMENTAL */
CASE Left( cParamL, Len( "-signpw=" ) ) == "-signpw="
cParam := MacroProc( hbmk, SubStr( cParam, Len( "-signpw=" ) + 1 ), aParam[ _PAR_cFileName ] )
@@ -12894,7 +12892,7 @@ STATIC PROCEDURE ShowHelp( hbmk, lLong )
I_( 'Options accepting macros also support command substitution. Enclose command inside ``, and, if the command contains space, also enclose in double quotes. F.e. "-cflag=`wx-config --cflags`", or ldflags={unix&gcc}"`wx-config --libs`".' ),;
I_( "Defaults and feature support vary by platform/compiler." ) ,;
hb_StrFormat( I_( "Options can also be specified in environment variable %1$s" ), _HBMK_ENV_NAME ),;
I_( ".hb or .hrb file passed as first parameter will be run as Harbour script. (EXPERIMENTAL)" ) }
I_( ".hb or .hrb file passed as first parameter will be run as Harbour script." ) }
hb_default( @lLong, .F. )

View File

@@ -1438,7 +1438,7 @@ msgstr ""
#: hbmk2.prg:13120
#, c-format
msgid ".hb or .hrb file passed as first parameter will be run as Harbour script. (EXPERIMENTAL)"
msgid ".hb or .hrb file passed as first parameter will be run as Harbour script."
msgstr ""
#: hbmk2.prg:2590