80805,131767: Editor find/replace fixes, files missed in the previous checkin. r=cmanske sr=dveditz a=asa

This commit is contained in:
akkana%netscape.com 2002-03-18 23:52:30 +00:00
Родитель 331d70efae
Коммит c3db3cdc94
2 изменённых файлов: 7 добавлений и 6 удалений

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

@ -33,6 +33,7 @@
<!ENTITY replaceField.tooltip "Type one or more words to replace with">
<!ENTITY findNextButton.label "Find Next">
<!ENTITY replaceButton.label "Replace">
<!ENTITY replaceAndFindButton.label "Replace and Find">
<!ENTITY replaceAllButton.label "Replace All">
<!ENTITY closeButton.label "Close">
<!ENTITY notFoundWarning.label "The text you entered was not found.">

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

@ -63,13 +63,13 @@ interface nsIFind : nsISupports
* @param aStartPoint A Range specifying search start point.
* If not collapsed, we'll start from
* end (forward) or start (backward).
* May be zero; if so, we'll start at the end
* (forward) or beginning (back) of aSearchRange.
* @param aEndPoint A Range specifying search start point.
* If not collapsed, we'll start from
* end (forward) or start (backward).
* May be zero; if so, we'll start at the beginning
* May be null; if so, we'll start at the start
* (forward) or end (back) of aSearchRange.
* @param aEndPoint A Range specifying search end point.
* If not collapsed, we'll end at
* end (forward) or start (backward).
* May be null; if so, we'll end at the end
* (forward) or start (back) of aSearchRange.
* @retval A range spanning the match that was found (or null).
*/
nsIDOMRange Find(in wstring aPatText, in nsIDOMRange aSearchRange,