diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/options.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gui/options.cpp b/gui/options.cpp index 1a6cd0f2f6..da2fc3c084 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -64,6 +64,13 @@ enum { kChooseExtraDirCmd = 'chex' }; +#ifdef _WIN32_WCE +enum { + kChooseKeyMappingCmd = 'chma' +}; +#endif + + OptionsDialog::OptionsDialog(const String &domain, int x, int y, int w, int h) : Dialog(x, y, w, h), _domain(domain), |