This commit is contained in:
morse%netscape.com 1999-12-20 00:15:04 +00:00
Родитель aff4cc5ac2
Коммит 8789a639a1
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -141,10 +141,7 @@ si_SelectDialog(const PRUnichar* szMessage, char** pList, PRInt32* pCount) {
nsCOMPtr<nsIPrompt> prompter(do_QueryInterface(webshellwindow));
PRInt32 selectedIndex;
PRBool rtnValue;
#ifdef XP_MAC
#else
rv = prompter->Select( NULL, szMessage, *pCount, (const char **)pList, &selectedIndex, &rtnValue );
#endif
*pCount = selectedIndex;
si_UserHasBeenSelected = PR_TRUE;
return rtnValue;