Backed out changeset: 3f7277e15d8d

This commit is contained in:
Philip Chee 2011-04-25 02:20:46 +08:00
Родитель cfeb3e8763
Коммит 66c6830451
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -1217,6 +1217,12 @@ pref("bidi.numeral", 0);
// 2 = OsBidisupport
// 3 = disableBidisupport
pref("bidi.support", 1);
// ------------------
// Charset Mode
// ------------------
// 1 = doccharactersetBidi *
// 2 = defaultcharactersetBidi
pref("bidi.characterset", 1);
// Whether delete and backspace should immediately delete characters not
// visually adjacent to the caret, or adjust the visual position of the caret
// on the first keypress and delete the character on a second keypress