Camino only - Stopgap for Bug 363654: Disable opening of .url files in the File:Open dialog, since it's b0rken.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@217083 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
stridey%gmail.com
2006-12-17 05:20:07 +00:00
parent ffb65c37c7
commit 052b21ce60

View File

@@ -680,7 +680,7 @@ Otherwise, we return the URL we originally got. Right now this supports .url and
NSArray* fileTypes = [NSArray arrayWithObjects: @"htm",@"html",@"shtml",@"xhtml",@"xml",
@"txt",@"text",
@"gif",@"jpg",@"jpeg",@"png",@"bmp",@"svg",@"svgz",
@"webloc",@"url",
@"webloc",
nil];
BrowserWindowController* browserController = [self getMainWindowBrowserController];