summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-02-15 10:12:50 -0500
committerOz Linden <oz@lindenlab.com>2013-02-15 10:12:50 -0500
commit4925c27b0dada2b1939fa8473d6039938cfa15ba (patch)
treec6ddf6d54b16e7c4667cbd9f994f5d935bab19eb /indra/newview/viewer_manifest.py
parent237a48721d9df6a8bbf8a3255bb80f348eb2322e (diff)
correct subchannel definition
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r--indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index ec5aca533f..63db76ff90 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -531,6 +531,7 @@ class WindowsManifest(ViewerManifest):
'channel':self.channel(),
'channel_oneword':self.channel_oneword(),
'channel_unique':self.channel_unique(),
+ 'subchannel_underscores':'_'.join(self.channel_unique().split())
}
version_vars = """
@@ -539,7 +540,6 @@ class WindowsManifest(ViewerManifest):
!define VERSION_LONG "%(version)s"
!define VERSION_DASHES "%(version_dashes)s"
""" % substitution_strings
- subchannel_underscores = '_'.join(self.channel_unique().split())
if self.default_channel():
if self.default_grid():
# release viewer