From 874ee9fd1b753a818cb4a753a3ae83200b7eb2d1 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 14 Feb 2005 17:52:45 +0000 Subject: [PATCH] clean up enum strings --- stepmania/Themes/default/Scripts/OptionsMenu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Themes/default/Scripts/OptionsMenu.lua b/stepmania/Themes/default/Scripts/OptionsMenu.lua index 68ad6d8777..19d9ade038 100644 --- a/stepmania/Themes/default/Scripts/OptionsMenu.lua +++ b/stepmania/Themes/default/Scripts/OptionsMenu.lua @@ -16,7 +16,7 @@ function OptionsRowTest() -- Flags for this row. Note that as this table only defines -- a row, not a menu, only row settings can be set here, not -- OptionMenuFlags. - LayoutType = "ShowAllInLine", + LayoutType = "ShowAllInRow", SelectType = "SelectMultiple", OneChoiceForAllPlayers = false,