fixing beos bustage from bsmedberg's semi-single-profile landing

should not affect other platforms
This commit is contained in:
cbiesinger%web.de 2004-07-14 23:50:21 +00:00
Родитель 49453aa5cd
Коммит 6bf5da8694
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -49,6 +49,10 @@
#define PREF_FILE_NAME_IN_4x "preferences.js"
#elif defined(XP_WIN) || defined(XP_OS2)
#define PREF_FILE_NAME_IN_4x "prefs.js"
#else
/* this will cause a failure at run time, as it should, since we don't know
how to migrate platforms other than Mac, Windows and UNIX */
#define PREF_FILE_NAME_IN_4x ""
#endif