Uncomment useful code.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37349 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -91,7 +91,7 @@ CalendarMenuWindow::CalendarMenuWindow(BPoint where)
|
|||||||
{
|
{
|
||||||
BCountry* here;
|
BCountry* here;
|
||||||
be_locale_roster->GetDefaultCountry(&here);
|
be_locale_roster->GetDefaultCountry(&here);
|
||||||
BPrivate::week_start startOfWeek = /*here->StartOfWeek()*/ B_WEEK_START_MONDAY;
|
BPrivate::week_start startOfWeek = 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