Searched refs:sPreviousFind (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mail/
H A DFindWindow.cpp65 static BString sPreviousFind = ""; variable
108 sPreviousFind.String(), new BMessage(M_FIND_STRING_CHANGED));
111 fTextControl->SetText(sPreviousFind.String());
117 fFindButton->SetEnabled(sPreviousFind.Length());
132 sPreviousFind = fTextControl->Text();
258 } else if (sPreviousFind.Length() != 0)
259 DoFind(window, sPreviousFind.String());
267 sPreviousFind = string;
273 return sPreviousFind.String();

Completed in 88 milliseconds