diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-04-25 18:18:53 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-04-25 18:18:53 +0000 |
commit | 7cf14a865954a7208f76421a396ea33c3cc87ab9 (patch) | |
tree | 5864c2078a8be46d4a8579dbcf04f9331dc976d3 | |
parent | 81bd09278aeffe40bf73e3ee4c6613cbeada6859 (diff) | |
download | usdx-7cf14a865954a7208f76421a396ea33c3cc87ab9.tar.gz usdx-7cf14a865954a7208f76421a396ea33c3cc87ab9.tar.xz usdx-7cf14a865954a7208f76421a396ea33c3cc87ab9.zip |
correcting typos from cosmetics
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1699 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | src/base/USongs.pas | 8 | ||||
-rw-r--r-- | src/screens/UScreenCredits.pas | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/base/USongs.pas b/src/base/USongs.pas index 9d44a086..a7231cb3 100644 --- a/src/base/USongs.pas +++ b/src/base/USongs.pas @@ -73,9 +73,9 @@ type end; TScore = record - Name: widestring; - Score: integer; - Length: string; + Name: widestring; + Score: integer; + Length: string; end; {$IFDEF USE_PSEUDO_THREAD} @@ -107,7 +107,7 @@ type procedure BrowseXMLFiles(Dir: widestring); procedure Sort(Order: integer); function FindSongFile(Dir, Mask: widestring): widestring; - property Processing boolean read fProcessing; + property Processing: boolean read fProcessing; end; diff --git a/src/screens/UScreenCredits.pas b/src/screens/UScreenCredits.pas index 1d0e5466..def6b7de 100644 --- a/src/screens/UScreenCredits.pas +++ b/src/screens/UScreenCredits.pas @@ -108,8 +108,8 @@ type const Funky_Text: string = - 'Grandma Deluxe has arrived! Thanks to Corvus5 for the massive work on UltraStar, Wome for the nice tune you're hearing, '+ - 'all the people who put massive effort and work in new songs (don't forget UltraStar w/o songs would be nothing), ppl from '+ + 'Grandma Deluxe has arrived! Thanks to Corvus5 for the massive work on UltraStar, Wome for the nice tune you are hearing, '+ + 'all the people who put massive effort and work in new songs (do not forget UltraStar w/o songs would be nothing), ppl from '+ 'irc helping us - eBandit and Gabari, scene ppl who really helped instead of compiling and running away. Greetings to DennisTheMenace for betatesting, '+ 'Demoscene.tv, pouet.net, KakiArts, Sourceforge,..'; |