Fix for major xfe horkage caused by last checkin. Change the 'TRUE' to

'true'.  The unix prefs probably munged the 'TRUE' to something funny in
code, which later caused all sorts of unpredictable errors in xp_file and
reading preferences in general.  Lots of fun.
This commit is contained in:
ramiro 1998-06-01 09:04:58 +00:00
Родитель f07fe93d3f
Коммит 4f62234d42
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -166,4 +166,4 @@ pref("editor.custom_color_9", "0,0,FF");
pref("editor.last_color_picked", "0,0,0");
pref("editor.last_background_color_picked", "255,255,255");
pref("editor.new_cell_has_space", TRUE);
pref("editor.new_cell_has_space", true);

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

@ -166,4 +166,4 @@ pref("editor.custom_color_9", "0,0,FF");
pref("editor.last_color_picked", "0,0,0");
pref("editor.last_background_color_picked", "255,255,255");
pref("editor.new_cell_has_space", TRUE);
pref("editor.new_cell_has_space", true);