Added icons for alpha versions, updated one icon in default, and modified viewer_manifest to also use these icons.
Signed-off-by: Fritigern <fritigerngothly@gmail.com>
This commit is contained in:
BIN
indra/newview/icons/alpha/viewer.icns
Normal file
BIN
indra/newview/icons/alpha/viewer.icns
Normal file
Binary file not shown.
BIN
indra/newview/icons/alpha/viewer.ico
Normal file
BIN
indra/newview/icons/alpha/viewer.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
BIN
indra/newview/icons/alpha/viewer.png
Normal file
BIN
indra/newview/icons/alpha/viewer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
BIN
indra/newview/icons/alpha/viewer_256.BMP
Normal file
BIN
indra/newview/icons/alpha/viewer_256.BMP
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 256 KiB After Width: | Height: | Size: 192 KiB |
@@ -210,7 +210,7 @@ class ViewerManifest(LLManifest):
|
||||
return ''.join(self.app_name().split())
|
||||
|
||||
def icon_path(self):
|
||||
return "icons/default"
|
||||
return "icons/" + ("default", "alpha")[self.channel_type() == "alpha"]
|
||||
|
||||
def extract_names(self,src):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user