2009-11-30 20:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/xhb/hbcompat.ch
    + added translations for hb_cdpSelect()<->hb_SetCodepage()
This commit is contained in:
Przemyslaw Czerpak
2009-11-30 19:29:38 +00:00
parent cea5e4a6eb
commit bffe872507
2 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-11-30 20:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/xhb/hbcompat.ch
+ added translations for hb_cdpSelect()<->hb_SetCodepage()
2009-11-30 09:11 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbide/hbide.prg

View File

@@ -121,6 +121,8 @@
#xtranslate hb_i18n_gettext(<x>) => i18n(<x>)
#xtranslate hb_cdpSelect([<x,...>]) => hb_SetCodepage( <x> )
#xtranslate hb_ARGV([<x,...>]) => hb_CMDARGARGV(<x>)
#xtranslate hb_IniSetComment([<x,...>]) => hb_SetIniComment(<x>)
@@ -330,6 +332,8 @@
#xtranslate i18n(<x>) => hb_i18n_gettext(<x>)
#xtranslate hb_SetCodepage([<x,...>]) => hb_cdpSelect( <x> )
/* _SET_TRACE* / TraceLog() */
#xtranslate Set(_SET_TRACE [,<x,...>]) => xhb_setTrace( <x> )
#xtranslate Set(_SET_TRACEFILE [,<x,...>]) => xhb_setTraceFile( <x> )