Ignore:
Timestamp:
Mar 27, 2024, 12:31:14 PM (6 weeks ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/ButtonBase.pas

    r496 r531  
    140140// procedure TButtonBase.PlayDownSound;
    141141// begin
    142 // if DownSound<>'' then SndPlaySound(pchar(DownSound),SND_ASYNC)
     142// if DownSound<>'' then SndPlaySound(PChar(DownSound),SND_ASYNC)
    143143// end;
    144144
    145145// procedure TButtonBase.PlayUpSound;
    146146// begin
    147 // if UpSound<>'' then SndPlaySound(pchar(UpSound),SND_ASYNC)
     147// if UpSound<>'' then SndPlaySound(PChar(UpSound),SND_ASYNC)
    148148// end;
    149149
Note: See TracChangeset for help on using the changeset viewer.