diff options
Diffstat (limited to 'backends/platform/symbian/src')
-rw-r--r-- | backends/platform/symbian/src/main_features.inl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/backends/platform/symbian/src/main_features.inl b/backends/platform/symbian/src/main_features.inl index 35558b99d4..7387c453b4 100644 --- a/backends/platform/symbian/src/main_features.inl +++ b/backends/platform/symbian/src/main_features.inl @@ -63,8 +63,15 @@ #ifndef DISABLE_AGI "AGI " #endif - #ifndef DISABLE_TOUCHE "Touche " #endif +#ifndef DISABLE_DRASCULA + "Drascula " +#endif +#ifndef DISABLE_IGOR + "Igor " +#endif + + |