repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
usb_ecm: Use the current configuration instead of a fixed one.
[haiku.git]
/
src
/
preferences
/
shortcuts
/
main.cpp
blob
37e1e7003f9910feab14ab5b02b87fea86bfdfc7
1
/*
2
* Copyright 1999-2009 Jeremy Friesner
3
* Copyright 2009-2010 Haiku, Inc. All rights reserved.
4
* Distributed under the terms of the MIT License.
5
*
6
* Authors:
7
* Jeremy Friesner
8
*/
9
10
#include <Catalog.h>
11
#include <Locale.h>
12
13
#include
"KeyInfos.h"
14
#include
"ShortcutsApp.h"
15
16
17
int
18
main
(
int
argc
,
char
**
argv
)
19
{
20
InitKeyIndices
();
21
ShortcutsApp app
;
22
23
app
.
Run
();
24
}