mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
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:
parent
baf281aa61
commit
5bf437dd89
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user