cleanup & typo

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34982 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2010-01-09 23:03:44 +00:00
parent 0064d3243a
commit 9b79c5cc28
2 changed files with 1 additions and 2 deletions

View File

@ -99,7 +99,7 @@ HWindow::InitGUI()
menu->AddItem(new BMenuItem("Other" B_UTF8_ELLIPSIS, new BMessage(M_OTHER_MESSAGE))); menu->AddItem(new BMenuItem("Other" B_UTF8_ELLIPSIS, new BMessage(M_OTHER_MESSAGE)));
BMenuField *menuField = new BMenuField(rect, "filemenu", "Sound file:", menu, BMenuField *menuField = new BMenuField(rect, "filemenu", "Sound file:", menu,
B_FOLLOW_TOP | B_FOLLOW_LEFT); B_FOLLOW_TOP | B_FOLLOW_LEFT);
menuField->SetDivider(menuField->StringWidth("Sound fwile:") + 10); menuField->SetDivider(menuField->StringWidth("Sound file:") + 10);
box->AddChild(menuField); box->AddChild(menuField);
rect.OffsetBy(-2, menuField->Bounds().Height() + 15); rect.OffsetBy(-2, menuField->Bounds().Height() + 15);
BButton *button = new BButton(rect, "stop", "Stop", new BMessage(M_STOP_MESSAGE), BButton *button = new BButton(rect, "stop", "Stop", new BMessage(M_STOP_MESSAGE),

View File

@ -6,7 +6,6 @@ UsePrivateHeaders interface ;
Preference Sounds : Preference Sounds :
HApp.cpp HApp.cpp
# HEventItem.cpp
HWindow.cpp HWindow.cpp
HEventList.cpp HEventList.cpp
: be libcolumnlistview.a game tracker libmedia.so $(TARGET_LIBSUPC++) : be libcolumnlistview.a game tracker libmedia.so $(TARGET_LIBSUPC++)