fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh

This commit is contained in:
danm%netscape.com 2006-07-29 05:36:22 +00:00
Родитель 65c1bc67db
Коммит 417a7bca21
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -80,7 +80,7 @@
var title = " ";
var message = "";
var ok =
promptService.Select
promptService.select
(window, title, message, valueList.length, valueList, position)
if (ok) {
target.value = valueList[position.value];