Make the text view selectable when the query is done, so one can select text, like urls to paste to a browser.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24257 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-03-06 00:22:53 +00:00
parent 7c4e1117fe
commit e6599ddbde

View File

@ -690,6 +690,7 @@ AboutView::MessageReceived(BMessage *msg)
BEntry ent;
if (fAppsQuery.GetNextEntry(&ent) < B_OK) {
fAppsQuery.Clear();
fCreditsView->MakeSelectable(true);
break;
}
BFile file;