From 4a013c40245dddedb1cddd403b6d8a37e5aaedfe Mon Sep 17 00:00:00 2001 From: "steffen.wilberg%web.de" Date: Wed, 23 Mar 2005 21:39:36 +0000 Subject: [PATCH] fix comment about the name and location of nsHelperAppDlg.js.in. git-svn-id: svn://10.0.0.236/trunk@171128 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/content/contentAreaUtils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/toolkit/content/contentAreaUtils.js b/mozilla/toolkit/content/contentAreaUtils.js index b8c4f3281d4..da853e91675 100644 --- a/mozilla/toolkit/content/contentAreaUtils.js +++ b/mozilla/toolkit/content/contentAreaUtils.js @@ -424,9 +424,9 @@ function getTargetFile(aData, aSniffer, aContentType, aIsDocument, aSkipPrompt, // logic to check for existing files, so we need to do that here. // // Note - this code is identical to that in - // browser/components/downloads/content/nsHelperAppDlg.js. + // mozilla/toolkit/mozapps/downloads/src/nsHelperAppDlg.js.in // If you are updating this code, update that code too! We can't share code - // here since that code is called in a js component. + // here since that code is called in a js component. while (file.exists()) { var parts = /.+-(\d+)(\..*)?$/.exec(file.leafName); if (parts) {