Fixed typo.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8497 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-07-29 09:04:20 +00:00
parent 5dccfc1921
commit b201976335
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
** Distributed under the terms of the Haiku License.
*/
@ -1689,7 +1689,7 @@ ProbeView::MessageReceived(BMessage *message)
UpdateBookmarkMenuItems();
// update the applications settings
// update the application's settings
BMessage update(*message);
update.what = kMsgSettingsChanged;
be_app_messenger.SendMessage(&update);
@ -1704,7 +1704,7 @@ ProbeView::MessageReceived(BMessage *message)
fDataView->SetFontSize(size);
// update the applications settings
// update the application's settings
BMessage update(*message);
update.what = kMsgSettingsChanged;
be_app_messenger.SendMessage(&update);