Menu settings are now handled by the app_server. As a result, changing them does something, although they aren't saved to disk yet. 'click_to_open' is not checked anymore, because it was useless anyway, I'll remove it from the Menu preflet too.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17174 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -29,7 +29,8 @@ BStringView::BStringView(BRect frame, const char* name, const char* text,
|
||||
|
||||
|
||||
BStringView::BStringView(BMessage* data)
|
||||
: BView(data)
|
||||
: BView(data),
|
||||
fText(NULL)
|
||||
{
|
||||
int32 align;
|
||||
if (data->FindInt32("_align", &align) == B_OK)
|
||||
|
||||
Reference in New Issue
Block a user