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:
Viktor Szakats
2011-06-20 00:07:29 +00:00
parent 4cb3e04335
commit 6eb02cf191
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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 )