Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   gnugettext block problem (https://www.delphipraxis.net/168883-gnugettext-block-problem.html)

EWeiss 15. Jun 2012 17:35


gnugettext block problem
 
jemand ne ahnung warum dieser Block nicht übersetzt wird?
Delphi-Quellcode:
tsTextBeginBlock(20, 20, 760, 570, TS_BLOCKFLAG_WORD_WRAP);
  tsFontBind(fHelpFontID);
  tsTextOutW(PWideChar(_('KEY - COMMAND'                       )+ #13#10));
  tsTextOutW(PWideChar(_('------------------------------------ ')+ #13#10));
  tsTextOutW(PWideChar(_('F1               : Toggle Helpscreen'              )+ #13#10));
  tsTextOutW(PWideChar(_('Arrow Up/Down   : Rotation X'          )+ #13#10));
  tsTextOutW(PWideChar(_('Home/End        : Rotation Y'               )+ #13#10));
  tsTextOutW(PWideChar(_('Arrow Left/Right : Rotation Z '      )+ #13#10));
  tsTextOutW(PWideChar(_('+/-              : Font depth'                    )+ #13#10));
  tsTextOutW(PWideChar(_('ESC             : Close'                         )+ #13#10));
tsTextEndBlock;
gruss


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:50 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz