Change UI Events for PSM to modal r=dougt bugid=26085

This commit is contained in:
thayes%netscape.com 2000-05-23 01:08:34 +00:00
Родитель c38355bb0c
Коммит 99425bebf7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -83,7 +83,7 @@ nsPSMUIHandlerImpl::DisplayURI(PRInt32 width, PRInt32 height, const char *urlStr
char buffer[256];
PR_snprintf(buffer,
sizeof(buffer),
"menubar=no,height=%d,width=%d",
"menubar=no,height=%d,width=%d,modal",
height,
width );