aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/screens/UScreenScore.pas
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/src/screens/UScreenScore.pas')
-rw-r--r--unicode/src/screens/UScreenScore.pas20
1 files changed, 11 insertions, 9 deletions
diff --git a/unicode/src/screens/UScreenScore.pas b/unicode/src/screens/UScreenScore.pas
index ee94d345..c7f0d8f1 100644
--- a/unicode/src/screens/UScreenScore.pas
+++ b/unicode/src/screens/UScreenScore.pas
@@ -154,21 +154,23 @@ type
implementation
-uses UGraphic,
- UScreenSong,
- UMenuStatic,
- UTime,
- UMain,
- UIni,
- ULog,
- ULanguage;
+uses
+ UGraphic,
+ UScreenSong,
+ UMenuStatic,
+ UTime,
+ UMain,
+ UIni,
+ ULog,
+ ULanguage,
+ UUnicodeUtils;
function TScreenScore.ParseInput(PressedKey: Cardinal; CharCode: WideChar; PressedDown: Boolean): Boolean;
begin
Result := true;
If (PressedDown) Then begin
// check normal keys
- case WideCharUpperCase(CharCode)[1] of
+ case WideStringUpperCase(CharCode)[1] of
'Q':
begin
Result := false;