From 6cdb6e330aeb8713f9c86861321c82fc4f508d1d Mon Sep 17 00:00:00 2001 From: Charlie Brej Date: Sun, 22 Nov 2009 21:19:52 +0000 Subject: [PATCH] [script] Fix typo in SetBackgroundBottomColor function name This is in the compatibility wrappers so it didn't effect anything.. --- src/plugins/splash/script/script-lib-sprite.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/splash/script/script-lib-sprite.script b/src/plugins/splash/script/script-lib-sprite.script index eab0142e..f1012d04 100644 --- a/src/plugins/splash/script/script-lib-sprite.script +++ b/src/plugins/splash/script/script-lib-sprite.script @@ -70,7 +70,7 @@ fun SpriteWindowSetBackgroundTopColor (red, green, blue) } -fun SpriteWindowGetSetBackgroundBottomColor (red, green, blue) +fun SpriteWindowSetBackgroundBottomColor (red, green, blue) { return Window.SetBackgroundBottomColor (red, green, blue); }