Show preview of partition name if conversion was successful.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35873 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2010-03-16 09:20:00 +00:00
parent 5bc2eb3bab
commit 0546e55379
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ BootManagerController::_CreateInstallSummaryPage(BRect frame)
message.FindString("path", &path);
BString displayName;
if (fBootDrive->GetDisplayText(name.String(), displayName))
if (fBootDrive->GetDisplayText(name.String(), displayName) == B_OK)
description << displayName << "\t(" << path << ")\n";
else
description << name << "\t(" << path << ")\n";