aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/screens/UScreenPartyOptions.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/UScreenPartyOptions.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/UScreenPartyOptions.pas')
-rw-r--r--unicode/src/screens/UScreenPartyOptions.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/unicode/src/screens/UScreenPartyOptions.pas b/unicode/src/screens/UScreenPartyOptions.pas
index 007956d6..2deffda6 100644
--- a/unicode/src/screens/UScreenPartyOptions.pas
+++ b/unicode/src/screens/UScreenPartyOptions.pas
@@ -62,7 +62,7 @@ type
constructor Create; override;
function ParseInput(PressedKey: cardinal; CharCode: UCS4Char; PressedDown: boolean): boolean; override;
- procedure onShow; override;
+ procedure OnShow; override;
procedure SetAnimationProgress(Progress: real); override;
procedure SetPlaylist2;
end;
@@ -302,7 +302,7 @@ begin
UpdateSelectSlideOptions(Theme.PartyOptions.SelectPlayList2, 2, IPlaylist2, Playlist2);
end;
-procedure TScreenPartyOptions.onShow;
+procedure TScreenPartyOptions.OnShow;
begin
inherited;