diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2013-01-08 22:24:07 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2013-01-08 22:24:07 -0500 |
commit | 4ca04bd89c3ed2f876ad5780200cdaba5ef469ac (patch) | |
tree | b4488c6c86a3a3b215d766904014c56e23f0dff8 /indra/viewer_components/updater | |
parent | c3542b5e46c6599a4f3003b7a598072c9898412b (diff) |
MAINT-2155: Match window title of mac-updater.app's message window
Diffstat (limited to 'indra/viewer_components/updater')
-rwxr-xr-x | indra/viewer_components/updater/scripts/darwin/update_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/scripts/darwin/update_install.py b/indra/viewer_components/updater/scripts/darwin/update_install.py index 87b931fbeb..3402f90a2a 100755 --- a/indra/viewer_components/updater/scripts/darwin/update_install.py +++ b/indra/viewer_components/updater/scripts/darwin/update_install.py @@ -29,7 +29,7 @@ from janitor import Janitor from messageframe import MessageFrame import Tkinter, tkMessageBox -TITLE = "SecondLife Updater" +TITLE = "Second Life Viewer Updater" # Magic bundle identifier used by all Second Life viewer bundles BUNDLE_IDENTIFIER = "com.secondlife.indra.viewer" |