diff --git a/mozilla/mailnews/base/search/resources/content/SearchDialog.js b/mozilla/mailnews/base/search/resources/content/SearchDialog.js index ae4022b1f3e..0671b4ddd58 100644 --- a/mozilla/mailnews/base/search/resources/content/SearchDialog.js +++ b/mozilla/mailnews/base/search/resources/content/SearchDialog.js @@ -50,7 +50,7 @@ function addStringComparators(selWidget) { var opt1=createOption("contains", "contains"); var opt2=createOption("doesn't contain", "nocontain"); - print("adding " + opt1.text + "\n"); + dump("adding " + opt1.text + "\n"); selWidget.add(opt1, null); selWidget.add(opt2, null); }