Style fixes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37428 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -625,8 +625,10 @@ FormatView::_SendNotices()
|
||||
// Make the notification message and send it to the tracker:
|
||||
/*
|
||||
BMessage notificationMessage;
|
||||
notificationMessage.AddInt32("TimeFormatSeparator", (int32)settings.TimeFormatSeparator());
|
||||
notificationMessage.AddInt32("DateOrderFormat", (int32)settings.DateOrderFormat());
|
||||
notificationMessage.AddInt32("TimeFormatSeparator",
|
||||
(int32)settings.TimeFormatSeparator());
|
||||
notificationMessage.AddInt32("DateOrderFormat",
|
||||
(int32)settings.DateOrderFormat());
|
||||
notificationMessage.AddBool("24HrClock", settings.ClockIs24Hr());
|
||||
tracker->SendNotices(kDateFormatChanged, ¬ificationMessage);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user