Oops - Should not have been changed.

SVN revision: 18193
This commit is contained in:
Kim Woelders 2005-11-01 17:15:51 +00:00
parent e9e3f077f3
commit fa4974a8c2
1 changed files with 1 additions and 1 deletions

View File

@ -1778,7 +1778,7 @@ BG_RedrawView(void)
pmap = ECreatePixmap(win, w, h, VRoot.depth);
gc = ECreateGC(pmap, 0, NULL);
ic_button = ImageclassFind("DLG_BUTTON", 0);
ic_button = ImageclassFind("DIALOG_BUTTON", 0);
XSetForeground(disp, gc, BlackPixel(disp, VRoot.scr));
XFillRectangle(disp, pmap, gc, 0, 0, w, h);