diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-02-15 10:12:50 -0500 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-02-15 10:12:50 -0500 | 
| commit | 4925c27b0dada2b1939fa8473d6039938cfa15ba (patch) | |
| tree | c6ddf6d54b16e7c4667cbd9f994f5d935bab19eb | |
| parent | 237a48721d9df6a8bbf8a3255bb80f348eb2322e (diff) | |
correct subchannel definition
| -rw-r--r-- | indra/newview/viewer_manifest.py | 2 | 
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 | 
