Paul, you noob

This commit is contained in:
alzeih
2010-07-12 03:28:31 +12:00
parent 5925453ab8
commit d740cf9fcd

View File

@@ -45,7 +45,7 @@ namespace OpenRA.Widgets.Delegates
}; };
optionsBG.GetWidget("BUTTON_SETTINGS").OnMouseUp = mi => { optionsBG.GetWidget("BUTTON_SETTINGS").OnMouseUp = mi => {
r.OpenWindow("SETTINGS_BG"); r.OpenWindow("SETTINGS_MENU");
return true; return true;
}; };