root/src/preferences/shortcuts/main.cpp
/*
 * Copyright 1999-2009 Jeremy Friesner
 * Copyright 2009-2010 Haiku, Inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *              Jeremy Friesner
 */

#include <Catalog.h>
#include <Locale.h>

#include "KeyInfos.h"
#include "ShortcutsApp.h"


int
main(int argc, char** argv)
{
        InitKeyIndices();
        ShortcutsApp app;

        app.Run();
}