Change default "option" key from Alt to Ctrl for Neutrino.

This is for PHOTON only.
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 2000-02-29 13:06:06 +00:00
Родитель 950a90f05b
Коммит 14764fb096
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1140,7 +1140,7 @@ nsMenuFrame::BuildAcceleratorText(nsString& aAccelString)
// Set the default for the xul key modifier
#ifdef XP_MAC
commandValue = "true";
#elif XP_PC
#elif defined(XP_PC) || defined(NTO)
controlValue = "true";
#else
altValue = "true";