Fix login window title

This commit is contained in:
Chris Young 2014-05-24 12:04:00 +01:00
parent 61b3537f59
commit 610fafc0f9

View File

@ -91,7 +91,7 @@ void gui_401login_open(nsurl *url, const char *realm,
lw->objects[OID_MAIN] = WindowObject,
WA_ScreenTitle,nsscreentitle,
WA_Title,lw->url,
WA_Title, nsurl_access(lw->url),
WA_Activate, TRUE,
WA_DepthGadget, TRUE,
WA_DragBar, TRUE,