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:
cbiesinger%web.de 2006-03-17 16:42:42 +00:00
Родитель e61b68c185
Коммит f075dc72a5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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() == '/')
{