DriveSetup: Rename view name to match class name

Change-Id: I5c744f0279265525472ae899f777234eb055d171
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6261
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Tested-by: Automation <automation@haiku-os.org>
This commit is contained in:
Zardshard 2023-03-27 17:05:40 -04:00 committed by Adrien Destugues
parent baf281aa61
commit 5bf437dd89

View File

@ -413,7 +413,7 @@ PartitionListRow::DevicePath()
PartitionListView::PartitionListView(const BRect& frame, uint32 resizeMode)
: Inherited(frame, "storagelist", resizeMode, 0, B_NO_BORDER, true)
: Inherited(frame, "partitionlist", resizeMode, 0, B_NO_BORDER, true)
{
AddColumn(new PartitionColumn(B_TRANSLATE("Device"), 150, 50, 500,
B_TRUNCATE_MIDDLE), kDeviceColumn);