Expose port settings to server dialog

This commit is contained in:
Paul Chote
2010-07-11 01:08:36 +12:00
parent 900335b08c
commit 8c141c7b5e
3 changed files with 56 additions and 20 deletions

View File

@@ -151,7 +151,7 @@ namespace OpenRA.Widgets.Delegates
return true;
};
r.GetWidget("BUTTON_CANCEL").OnMouseUp = mi => {
dc.GetWidget("BUTTON_CANCEL").OnMouseUp = mi => {
r.CloseWindow();
return r.GetWidget("MAINMENU_BUTTON_JOIN").OnMouseUp(mi);
};