aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/screens/UScreenOptionsLyrics.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-07-23 19:11:48 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-07-23 19:11:48 +0000
commitceaaf48e88ba705e47cbf491720f05fda814e33b (patch)
treec317485fabd9a4420e3b8bee03e23f687ae968f8 /unicode/src/screens/UScreenOptionsLyrics.pas
parent7ed25c413e5bf90781652d40e09132160ddd0fe8 (diff)
downloadusdx-ceaaf48e88ba705e47cbf491720f05fda814e33b.tar.gz
usdx-ceaaf48e88ba705e47cbf491720f05fda814e33b.tar.xz
usdx-ceaaf48e88ba705e47cbf491720f05fda814e33b.zip
- onHide -> onHide
- onShow -> OnShow git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1885 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--unicode/src/screens/UScreenOptionsLyrics.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/unicode/src/screens/UScreenOptionsLyrics.pas b/unicode/src/screens/UScreenOptionsLyrics.pas
index b4ef7dc2..bc42740b 100644
--- a/unicode/src/screens/UScreenOptionsLyrics.pas
+++ b/unicode/src/screens/UScreenOptionsLyrics.pas
@@ -47,7 +47,7 @@ type
public
constructor Create; override;
function ParseInput(PressedKey: cardinal; CharCode: UCS4Char; PressedDown: boolean): boolean; override;
- procedure onShow; override;
+ procedure OnShow; override;
end;
implementation
@@ -138,7 +138,7 @@ begin
end;
-procedure TScreenOptionsLyrics.onShow;
+procedure TScreenOptionsLyrics.OnShow;
begin
inherited;