From c1e9ce35bbe7e6b2ec8c7426ae98a053aa04cd3c Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Tue, 20 Apr 2010 12:36:23 +0000 Subject: - ImageText is deprecated, replaced by Image.Text --- common/plymouth/mdv.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/plymouth/mdv.script b/common/plymouth/mdv.script index 57c5268..36e2760 100644 --- a/common/plymouth/mdv.script +++ b/common/plymouth/mdv.script @@ -162,7 +162,7 @@ fun display_password_callback (prompt, bullets) motif.sprite.SetOpacity(0); anim.sprite.SetOpacity(0); - dialog.prompt_sprite.SetImage(ImageText(prompt, 1.0, 1.0, 1.0)); + dialog.prompt_sprite.SetImage(Image.Text(prompt, 1.0, 1.0, 1.0)); for (index = 0; dialog.bullet[index] || index < bullets; index++) { @@ -185,7 +185,7 @@ fun display_password_callback (prompt, bullets) fun display_message_callback (prompt) { -prompt = ImageText(prompt,1.0, 1.0, 1.0); +prompt = Image.Text(prompt,1.0, 1.0, 1.0); sprite_prompt.SetImage(prompt); sprite_prompt.SetPosition((Window.GetWidth() - prompt.GetWidth()) / 2, Window.GetHeight() * 0.93, 2); } -- cgit v1.2.1