зеркало из https://github.com/mozilla/gecko-dev.git
bug 330727 add BeOS to XP_UNIX ifdef to allow entering local paths in the
urlbar directly r=sergei_d sr=darin
This commit is contained in:
Родитель
e61b68c185
Коммит
f075dc72a5
|
@ -467,7 +467,7 @@ nsresult nsDefaultURIFixup::ConvertFileToStringURI(const nsACString& aIn,
|
|||
{
|
||||
attemptFixup = PR_TRUE;
|
||||
}
|
||||
#elif XP_UNIX
|
||||
#elif defined(XP_UNIX) || defined(XP_BEOS)
|
||||
// Check if it starts with / (UNIX)
|
||||
if(aIn.First() == '/')
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче