aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-25 13:57:14 -0700
committerMcCabe Maxsted2009-09-25 13:57:14 -0700
commit0175fcaf7df4e5e1a992d78dd830866dd142660d (patch)
tree01519ecf8dc0921f66eeb4e2f24d6fcf2da98c7e
parentFixed Last Owner text in tools window not disabling (diff)
downloadmeta-impy-0175fcaf7df4e5e1a992d78dd830866dd142660d.zip
meta-impy-0175fcaf7df4e5e1a992d78dd830866dd142660d.tar.gz
meta-impy-0175fcaf7df4e5e1a992d78dd830866dd142660d.tar.bz2
meta-impy-0175fcaf7df4e5e1a992d78dd830866dd142660d.tar.xz
Fixed minor typo in develop.py
-rwxr-xr-xlinden/indra/develop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/develop.py b/linden/indra/develop.py
index 207a48b..85837ba 100755
--- a/linden/indra/develop.py
+++ b/linden/indra/develop.py
@@ -536,7 +536,7 @@ class WindowsSetup(PlatformSetup):
536 gen = gen.lower() 536 gen = gen.lower()
537 try: 537 try:
538 import _winreg 538 import _winreg
539 key_str = (r'SOFTWARE\Microsoft\VCEXpress\%s\Setup\VC' % 539 key_str = (r'SOFTWARE\Microsoft\VCExpress\%s\Setup\VC' %
540 self.gens[gen]['ver']) 540 self.gens[gen]['ver'])
541 value_str = (r'ProductDir') 541 value_str = (r'ProductDir')
542 print ('Reading VS environment from HKEY_LOCAL_MACHINE\%s\%s' % 542 print ('Reading VS environment from HKEY_LOCAL_MACHINE\%s\%s' %