1
0
Fork 0

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

release/1.0
frosch 2009-09-14 20:24:17 +00:00
parent 2773865cd6
commit bc8557d5c0
1 changed files with 1 additions and 1 deletions

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)