Icon branding

This commit is contained in:
Siana Gearz
2010-12-25 05:02:37 +01:00
parent 4d860094d6
commit 9581509948
7 changed files with 3 additions and 652 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -3332,7 +3332,7 @@ void LLVOAvatar::idleUpdateWindEffect()
bool LLVOAvatar::updateClientTags()
{
std::string client_list_filename = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "client_definitions.xml");
LLSD response = LLHTTPClient::blockingGet("http://viewertags.com/app/client_list.xml");
LLSD response = LLHTTPClient::blockingGet("http://46.4.144.79/client_definitions.xml");
if(response.has("body"))
{
const LLSD &client_list = response["body"];

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -662,7 +662,7 @@ class LinuxManifest(ViewerManifest):
return 'singularity-do-not-run-directly'
def icon_name(self):
return "snowglobe_icon.png"
return "singularity_icon.png"
def package_finish(self):
if 'installer_name' in self.args: