aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/screens/UScreenOptionsAdvanced.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/UScreenOptionsAdvanced.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 'unicode/src/screens/UScreenOptionsAdvanced.pas')
-rw-r--r--unicode/src/screens/UScreenOptionsAdvanced.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/unicode/src/screens/UScreenOptionsAdvanced.pas b/unicode/src/screens/UScreenOptionsAdvanced.pas
index b2337e08..a89e95a8 100644
--- a/unicode/src/screens/UScreenOptionsAdvanced.pas
+++ b/unicode/src/screens/UScreenOptionsAdvanced.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
@@ -161,7 +161,7 @@ begin
Interaction := 0;
end;
-procedure TScreenOptionsAdvanced.onShow;
+procedure TScreenOptionsAdvanced.OnShow;
begin
inherited;