* remove HIDE_ APPLICATION shortcut, feel free to revert if this is wanted

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27241 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Karsten Heimrich 2008-08-30 14:24:03 +00:00
parent ee24e75d62
commit 35c6651cfd
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ TBarWindow::TBarWindow()
settings->ampmMode, settings->state, settings->width, settings->showTime);
AddChild(fBarView);
RemoveShortcut('H', B_COMMAND_KEY | B_CONTROL_KEY);
AddShortcut('F', B_COMMAND_KEY, new BMessage(kFindButton));
}