(svn r17539) -Codechange: Replace a magic number.

This commit is contained in:
frosch
2009-09-14 20:24:17 +00:00
parent 804b40b48c
commit c192bbe800

View File

@@ -2204,7 +2204,7 @@ struct NetworkCompanyPasswordWindow : public QueryStringBaseWindow {
virtual void OnPaint()
{
this->DrawWidgets();
this->DrawEditBox(4);
this->DrawEditBox(NCPWW_PASSWORD);
}
virtual void OnClick(Point pt, int widget)