2 * Copyright 1999-2009 Jeremy Friesner
3 * Copyright 2009-2010 Haiku, Inc. All rights reserved.
4 * Distributed under the terms of the MIT License.
12 #include "ShortcutsApp.h"
16 #include "ShortcutsWindow.h"
19 #undef B_TRANSLATION_CONTEXT
20 #define B_TRANSLATION_CONTEXT "ShortcutsApp"
23 ShortcutsApp::ShortcutsApp()
25 BApplication("application/x-vnd.Haiku-Shortcuts")
31 ShortcutsApp::ReadyToRun()
33 ShortcutsWindow
* window
= new ShortcutsWindow();
38 ShortcutsApp::~ShortcutsApp()