comment out alert code until #7770 is fixed. sigh.
git-svn-id: svn://10.0.0.236/trunk@34753 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -62,7 +62,11 @@ nsMsgDisplayMessageByString(char *msg)
|
||||
nsAutoString alertText(msg);
|
||||
if (dialog)
|
||||
{
|
||||
#ifdef BUG_7770_IS_FIXED
|
||||
rv = dialog->Alert(alertText);
|
||||
#else
|
||||
printf("%s",msg);
|
||||
#endif
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
|
||||
Reference in New Issue
Block a user