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:
@@ -368,7 +368,7 @@ BootManagerController::_CreateInstallSummaryPage(BRect frame)
|
|||||||
message.FindString("path", &path);
|
message.FindString("path", &path);
|
||||||
|
|
||||||
BString displayName;
|
BString displayName;
|
||||||
if (fBootDrive->GetDisplayText(name.String(), displayName))
|
if (fBootDrive->GetDisplayText(name.String(), displayName) == B_OK)
|
||||||
description << displayName << "\t(" << path << ")\n";
|
description << displayName << "\t(" << path << ")\n";
|
||||||
else
|
else
|
||||||
description << name << "\t(" << path << ")\n";
|
description << name << "\t(" << path << ")\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user