aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/ULyrics_bak.pas
diff options
context:
space:
mode:
authorf1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-06 01:26:21 +0000
committerf1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-06 01:26:21 +0000
commite80ec1918ada3406d9e7cdd6a27b259dfa3bfc3d (patch)
tree950d2b7232953dba0e935f92af94b7c8b8778ff6 /Game/Code/Classes/ULyrics_bak.pas
parent70f7e822749b933d9a91be6f11fa108633872f15 (diff)
downloadusdx-e80ec1918ada3406d9e7cdd6a27b259dfa3bfc3d.tar.gz
usdx-e80ec1918ada3406d9e7cdd6a27b259dfa3bfc3d.tar.xz
usdx-e80ec1918ada3406d9e7cdd6a27b259dfa3bfc3d.zip
Translated so Variable Names
Koniec to End_ Wartosc to NoteType Dlugosc to Lenght Ton to Tone Tekst to Text git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@915 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/ULyrics_bak.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/Classes/ULyrics_bak.pas b/Game/Code/Classes/ULyrics_bak.pas
index 86a69959..47c3ed03 100644
--- a/Game/Code/Classes/ULyrics_bak.pas
+++ b/Game/Code/Classes/ULyrics_bak.pas
@@ -266,8 +266,8 @@ begin
Clear;
for N := 0 to Lines[0].Line[NrCzesci].HighNote do begin
Italic := Lines[0].Line[NrCzesci].Note[N].FreeStyle;
- AddWord(Lines[0].Line[NrCzesci].Note[N].Tekst);
- Text := Text + Lines[0].Line[NrCzesci].Note[N].Tekst;
+ AddWord(Lines[0].Line[NrCzesci].Note[N].Text);
+ Text := Text + Lines[0].Line[NrCzesci].Note[N].Text;
end;
Selected := -1;
end;