diff options
author | McCabe Maxsted | 2009-09-25 13:57:14 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-25 13:57:14 -0700 |
commit | 0175fcaf7df4e5e1a992d78dd830866dd142660d (patch) | |
tree | 01519ecf8dc0921f66eeb4e2f24d6fcf2da98c7e | |
parent | Fixed Last Owner text in tools window not disabling (diff) | |
download | meta-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-x | linden/indra/develop.py | 2 |
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' % |