Removed Windows-specific default directory string from prefs

This commit is contained in:
cmanske%netscape.com 1999-05-26 21:39:59 +00:00
Родитель 3481c4fe4d
Коммит eb549f64f3
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -69,8 +69,8 @@ pref("editor.url_history.URL_7", "");
pref("editor.url_history.URL_8", "");
pref("editor.url_history.URL_9", "");
localDefPref("editor.html_directory", "C:\\My Documents");
localDefPref("editor.image_directory", "C:\\My Documents");
localDefPref("editor.html_directory", "");
localDefPref("editor.image_directory", "");
localDefPref("editor.background_image", "");
pref("editor.last_pref_page", 0);

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

@ -69,8 +69,8 @@ pref("editor.url_history.URL_7", "");
pref("editor.url_history.URL_8", "");
pref("editor.url_history.URL_9", "");
localDefPref("editor.html_directory", "C:\\My Documents");
localDefPref("editor.image_directory", "C:\\My Documents");
localDefPref("editor.html_directory", "");
localDefPref("editor.image_directory", "");
localDefPref("editor.background_image", "");
pref("editor.last_pref_page", 0);