(svn r7363) -Fix (r7357): Update count of NewGRFs when adding an file

This commit is contained in:
peter1138 2006-12-04 20:27:53 +00:00
parent 43eb27c7a1
commit a39daa9e89
1 changed files with 4 additions and 0 deletions

View File

@ -299,6 +299,10 @@ static void NewGRFWndProc(Window *w, WindowEvent *e)
break;
}
case WE_INVALIDATE_DATA:
SetupNewGRFWindow(w);
break;
case WE_CLICK:
switch (e->we.click.widget) {
case 3: { /* Add GRF */