Small style cleanups.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30087 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-04-09 23:46:38 +00:00
parent b5067cdcbd
commit 54337aafca
2 changed files with 5 additions and 1 deletions

View File

@ -155,7 +155,8 @@ MainWindow::MainWindow(BRect frame)
BMenuBar* menuBar = new BMenuBar(Bounds(), "root menu");
// create all the menu items
fFormatMI = new BMenuItem("Format (not implemented)", new BMessage(MSG_FORMAT));
fFormatMI = new BMenuItem("Format (not implemented)",
new BMessage(MSG_FORMAT));
fEjectMI = new BMenuItem("Eject", new BMessage(MSG_EJECT), 'E');
fSurfaceTestMI = new BMenuItem("Surface Test (not implemented)",
new BMessage(MSG_SURFACE_TEST));

View File

@ -240,6 +240,9 @@ PartitionListRow::PartitionListRow(partition_id parentID, partition_id id,
}
// #pragma mark - PartitionListView
PartitionListView::PartitionListView(const BRect& frame, uint32 resizeMode)
: Inherited(frame, "storagelist", resizeMode, 0, B_NO_BORDER, true)
{