Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
4888c9a1
Commit
4888c9a1
authored
15 years ago
by
Mark Palange (Mani)
Browse files
Options
Downloads
Plain Diff
Merge patches in q/viewer-hotfix to viewer-2-0
parents
c58125e8
55f549db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/newview/llpanellogin.cpp
+3
-0
3 additions, 0 deletions
indra/newview/llpanellogin.cpp
indra/newview/viewer_manifest.py
+3
-3
3 additions, 3 deletions
indra/newview/viewer_manifest.py
with
6 additions
and
3 deletions
indra/newview/llpanellogin.cpp
+
3
−
0
View file @
4888c9a1
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
indra/newview/viewer_manifest.py
+
3
−
3
View file @
4888c9a1
...
@@ -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
"
SecondLife
Viewer2
"
!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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment