Skip to content
Snippets Groups Projects
Commit 4888c9a1 authored by Mark Palange (Mani)'s avatar Mark Palange (Mani)
Browse files

Merge patches in q/viewer-hotfix to viewer-2-0

parents c58125e8 55f549db
No related branches found
No related tags found
No related merge requests found
...@@ -679,6 +679,9 @@ void LLPanelLogin::refreshLocation( bool force_visible ) ...@@ -679,6 +679,9 @@ void LLPanelLogin::refreshLocation( bool force_visible )
show_start = gSavedSettings.getBOOL("ShowStartLocation"); show_start = gSavedSettings.getBOOL("ShowStartLocation");
} }
// Update the value of the location combo.
updateLocationUI();
sInstance->childSetVisible("start_location_combo", show_start); sInstance->childSetVisible("start_location_combo", show_start);
sInstance->childSetVisible("start_location_text", show_start); sInstance->childSetVisible("start_location_text", show_start);
......
...@@ -479,8 +479,8 @@ def package_finish(self): ...@@ -479,8 +479,8 @@ def package_finish(self):
grid_vars_template = """ grid_vars_template = """
OutFile "%(installer_file)s" OutFile "%(installer_file)s"
!define INSTFLAGS "%(flags)s" !define INSTFLAGS "%(flags)s"
!define INSTNAME "SecondLife" !define INSTNAME "SecondLifeViewer2"
!define SHORTCUT "Second Life" !define SHORTCUT "Second Life Viewer 2"
!define URLNAME "secondlife" !define URLNAME "secondlife"
Caption "Second Life ${VERSION}" Caption "Second Life ${VERSION}"
""" """
...@@ -686,7 +686,7 @@ def construct(self): ...@@ -686,7 +686,7 @@ def construct(self):
def package_finish(self): def package_finish(self):
channel_standin = 'Second Life' # hah, our default channel is not usable on its own channel_standin = 'Second Life Viewer 2' # hah, our default channel is not usable on its own
if not self.default_channel(): if not self.default_channel():
channel_standin = self.channel() channel_standin = self.channel()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment