зеркало из https://github.com/mozilla/pjs.git
fixing beos bustage from bsmedberg's semi-single-profile landing
should not affect other platforms
This commit is contained in:
Родитель
49453aa5cd
Коммит
6bf5da8694
|
@ -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
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче