diff options
author | Paweł Kołodziejski | 2005-01-27 21:35:14 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2005-01-27 21:35:14 +0000 |
commit | ad53c8c9a4f757c72a98a14cffd95afc7cf44b7a (patch) | |
tree | 26edd38f80fa01026903b815debe9e2f929a35d8 /gui | |
parent | dd2f9da1a84e722d850747756f57cd273d435a7f (diff) | |
download | scummvm-rg350-ad53c8c9a4f757c72a98a14cffd95afc7cf44b7a.tar.gz scummvm-rg350-ad53c8c9a4f757c72a98a14cffd95afc7cf44b7a.tar.bz2 scummvm-rg350-ad53c8c9a4f757c72a98a14cffd95afc7cf44b7a.zip |
port change from branch
svn-id: r16652
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), |