Subversion Repositories DevTools

Rev

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

Rev 177 Rev 183
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", "bkk" , "coct", "cots", "cr" , "dev" , "eng", "isr", "lvs", "mas", "mlc", "ncc", "ndl", "nzs",_
52
  extArray = array("bei", "bkk" , "coct", "cots", "cr"  , "dev" , "ebr", "eng", "isr", "lvs", "mas", "mlc",_
53
                   "osl", "oslo", "oso" , "rm"  , "rom", "sea" , "sf" , "sfo",_
53
                   "ncc", "ndl" , "nzs" , "osl" , "oslo", "oso" , "pmb", "rm" , "rom", "sea", "sf" , "sfo",_
54
                   "sg" , "sls" , "ssts", "ssw" , "syd", "tool", "uk" , "vps", "vtk", "wdc")
54
                   "sg" , "sls" , "ssts", "ssw" , "syd" , "tool", "uk" , "vps", "vtk", "wdc")
55
 
55
 
56
	getExtensionSelectText = ""
56
	getExtensionSelectText = ""
57
 
57
 
58
	selectedFound = false
58
	selectedFound = false
59
 
59