fix the build. Thanks again to luroh for watching me!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37350 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -91,7 +91,8 @@ CalendarMenuWindow::CalendarMenuWindow(BPoint where)
|
|||||||
{
|
{
|
||||||
BCountry* here;
|
BCountry* here;
|
||||||
be_locale_roster->GetDefaultCountry(&here);
|
be_locale_roster->GetDefaultCountry(&here);
|
||||||
BPrivate::week_start startOfWeek = here->StartOfWeek();
|
BPrivate::week_start startOfWeek
|
||||||
|
= (BPrivate::week_start)here->StartOfWeek();
|
||||||
|
|
||||||
RemoveShortcut('H', B_COMMAND_KEY | B_CONTROL_KEY);
|
RemoveShortcut('H', B_COMMAND_KEY | B_CONTROL_KEY);
|
||||||
AddShortcut('W', B_COMMAND_KEY, new BMessage(B_QUIT_REQUESTED));
|
AddShortcut('W', B_COMMAND_KEY, new BMessage(B_QUIT_REQUESTED));
|
||||||
|
|||||||
Reference in New Issue
Block a user