mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 09:28:48 +02:00
* unicode conversion of the non-ASCII characters in statuses.pas
git-svn-id: branches/unicodekvm@48865 -
This commit is contained in:
parent
c1dca28cc5
commit
a57bda94de
@ -168,7 +168,11 @@ Highlighted Text
|
||||
{#Z-}
|
||||
{#X tvStatus TStatusDlg TStatusMessageDlg }
|
||||
|
||||
SpinChars : String[4] = '³/Ä\';
|
||||
{$ifdef FV_UNICODE}
|
||||
SpinChars : UnicodeString = #$2502'/'#$2500'\';
|
||||
{$else FV_UNICODE}
|
||||
SpinChars : String[4] = #179'/'#196'\';
|
||||
{$endif FV_UNICODE}
|
||||
{ SpinChars are the characters used by a #TSpinnerGauge# when it is drawn.
|
||||
Only one character is displayed at a time. The string is cycled
|
||||
through then started over again until the view is disposed. }
|
||||
|
Loading…
Reference in New Issue
Block a user