2011-06-20 02:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbide/idemain.prg
! fixed to show the same encoding name as selected from menu
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-06-20 02:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbide/idemain.prg
|
||||
! fixed to show the same encoding name as selected from menu
|
||||
|
||||
2011-06-20 00:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/xhb/trpccli.prg
|
||||
* contrib/xhb/trpc.prg
|
||||
|
||||
@@ -1596,7 +1596,7 @@ METHOD HbIde:setCodec( cCodec )
|
||||
|
||||
::cWrkCodec := hbide_getCDPforID( cCodec )
|
||||
|
||||
::oDK:setStatusText( SB_PNL_CODEC, ::cWrkCodec + ":" + hb_cdpUniID( ::cWrkCodec ) )
|
||||
::oDK:setStatusText( SB_PNL_CODEC, hb_cdpUniID( ::cWrkCodec ) )
|
||||
|
||||
hb_cdpSelect( ::cWrkCodec )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user