From c3f91ca288cd4cfb884fedb956d0d1049f857841 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 9 Mar 2006 01:08:25 +0000 Subject: Converted all scumm dialogs to new scheme svn-id: r21147 --- gui/message.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/message.cpp') diff --git a/gui/message.cpp b/gui/message.cpp index da89a0a385..96d620bb07 100644 --- a/gui/message.cpp +++ b/gui/message.cpp @@ -83,7 +83,7 @@ MessageDialog::MessageDialog(const Common::String &message, const char *defaultB // Each line is represented by one static text item. for (int i = 0; i < lineCount; i++) { new StaticTextWidget(this, 10, 10 + i * kLineHeight, maxlineWidth, kLineHeight, - lines[i], kTextAlignCenter, ws); + lines[i], kTextAlignCenter); } // FIXME - allow for more than two buttons, and return in runModal() which one -- cgit v1.2.3