--HG--
extra : rebase_source : 77bf6c9cbde8bc3f668b74644aabbb03f669655c
This commit is contained in:
Doug Turner 2010-02-04 06:49:55 -08:00
Родитель 7220b77481
Коммит f26eeacd77
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -478,7 +478,7 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID,PRInt32 &aMetric)
case eMetric_TouchEnabled:
#ifdef MOZ_PLATFORM_MAEMO
// All Hildon devices are touch-enabled
// All known Maemo devices are touch enabled.
aMetric = 1;
#else
aMetric = 0;