mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Correcting comment
--HG-- extra : rebase_source : 77bf6c9cbde8bc3f668b74644aabbb03f669655c
This commit is contained in:
parent
acfb6b1ec3
commit
38adfae645
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user