summaryrefslogtreecommitdiff
path: root/win/Leocad.cpp
diff options
context:
space:
mode:
authorleo2004-11-19 19:51:14 +0000
committerleo2004-11-19 19:51:14 +0000
commit7a4d9fd9e4c0b651c64c912b1d42c9f38fef2a2b (patch)
tree0d8fe8298577580d94d1e7f0e327fa49847ec880 /win/Leocad.cpp
parent0f5654b264e729918f48fc4c95aba636d673ed3a (diff)
Added support for custom user shortcut keys.
git-svn-id: http://svn.leocad.org/trunk@363 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/Leocad.cpp')
-rw-r--r--win/Leocad.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/Leocad.cpp b/win/Leocad.cpp
index c5601db..1b5895c 100644
--- a/win/Leocad.cpp
+++ b/win/Leocad.cpp
@@ -15,6 +15,7 @@
#include "config.h"
#include "mainwnd.h"
#include "library.h"
+#include "keyboard.h"
#ifdef _DEBUG
#define new DEBUG_NEW
@@ -94,6 +95,8 @@ BOOL CCADApp::InitInstance()
SetRegistryKey(_T("BT Software"));
// LoadStdProfileSettings(); // Load standard INI file options (including MRU)
+ InitKeyboardShortcuts();
+
if (!GL_Initialize (NULL))
return FALSE;