summaryrefslogtreecommitdiff
path: root/win/prefsht.h
diff options
context:
space:
mode:
authorleo2004-11-19 19:51:14 +0000
committerleo2004-11-19 19:51:14 +0000
commit7a4d9fd9e4c0b651c64c912b1d42c9f38fef2a2b (patch)
tree0d8fe8298577580d94d1e7f0e327fa49847ec880 /win/prefsht.h
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/prefsht.h')
-rw-r--r--win/prefsht.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/prefsht.h b/win/prefsht.h
index 37dabf8..1e285cd 100644
--- a/win/prefsht.h
+++ b/win/prefsht.h
@@ -27,6 +27,7 @@ public:
CPreferencesDrawing m_PageDrawing;
CPreferencesScene m_PageScene;
CPreferencesPrint m_PagePrint;
+ CPreferencesKeyboard m_PageKeyboard;
CTabCtrlWithDisable m_tabCtrl;