Subversion Repositories DevTools

Rev

Rev 143 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 143 Rev 153
Line 47... Line 47...
47
	Dim ext
47
	Dim ext
48
	Dim dot_ext
48
	Dim dot_ext
49
 
49
 
50
	' Define the standard set of extensions that we wish everyone to use. This is the one and only place where these should be
50
	' Define the standard set of extensions that we wish everyone to use. This is the one and only place where these should be
51
	' defined. Try to keep this in alphabetical order.
51
	' defined. Try to keep this in alphabetical order.
52
   extArray = array("bei", "cots", "cr"  , "eng", "isr", "lvs" , "mas", "ndl", "nzs",_
52
   extArray = array("bei", "cots", "cr"  , "eng", "isr", "lvs" , "mas", "ncc", "ndl", "nzs",_
53
	                 "osl", "oslo", "oso" , "rm" , "rom", "sea" , "sf" , "sfo",_
53
	                 "osl", "oslo", "oso" , "rm" , "rom", "sea" , "sf" , "sfo",_
54
	                 "sg" , "sls" , "ssts", "ssw", "syd", "tool", "uk" , "vtk", "wdc")
54
	                 "sg" , "sls" , "ssts", "ssw", "syd", "tool", "uk" , "vtk", "wdc")
55
 
55
 
56
	getExtensionSelectText = ""
56
	getExtensionSelectText = ""
57
 
57