bug 330727 add BeOS to XP_UNIX ifdef to allow entering local paths in the

urlbar directly
r=sergei_d sr=darin a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192788 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de
2006-03-22 17:47:19 +00:00
parent a839a6fa23
commit 56f3adf637

View File

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