Media preflet: fix runtime warning about incorrect flag usage.

This commit is contained in:
Jessica Hamilton 2017-01-15 15:40:05 +00:00
parent fdfd8a502e
commit 939b40d65c
1 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,7 @@ SettingsView::MakeRestartButton()
{
return new BButton("restartButton",
B_TRANSLATE("Restart media services"),
new BMessage(ML_RESTART_MEDIA_SERVER),
B_ALIGN_RIGHT);
new BMessage(ML_RESTART_MEDIA_SERVER));
}