diff options
-rw-r--r-- | gui/Actions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/Actions.cpp b/gui/Actions.cpp index 17db422c99..e32e2df2f0 100644 --- a/gui/Actions.cpp +++ b/gui/Actions.cpp @@ -51,7 +51,7 @@ Actions::~Actions() { void Actions::init(GameDetector &detector) { #ifdef _WIN32_WCE // For WinCE: now use software + Factory pattern to create correct objects - if (!CEDevice::hasSmartphoneResolution()) + if (!CEDevice::isSmartphone()) CEActionsPocket::init(detector); else CEActionsSmartphone::init(detector); |