diff options
author | Jacek Antonelli | 2008-10-14 19:46:56 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-10-14 20:31:35 -0500 |
commit | 89c04d80c842c3ea04b3b6b504938cf60c2f9d65 (patch) | |
tree | 1ff22291ffa0679644ad7294cab61fafde7e290a /linden/indra/copy_win_scripts | |
parent | Rebranded Mac-specific installer/support files. (diff) | |
download | meta-impy-89c04d80c842c3ea04b3b6b504938cf60c2f9d65.zip meta-impy-89c04d80c842c3ea04b3b6b504938cf60c2f9d65.tar.gz meta-impy-89c04d80c842c3ea04b3b6b504938cf60c2f9d65.tar.bz2 meta-impy-89c04d80c842c3ea04b3b6b504938cf60c2f9d65.tar.xz |
Rebranded Windows-specific installer/support files.
Replaced instances of "Second Life" with "Imprudence", etc.
Diffstat (limited to 'linden/indra/copy_win_scripts')
-rwxr-xr-x[-rw-r--r--] | linden/indra/copy_win_scripts/start-client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/copy_win_scripts/start-client.py b/linden/indra/copy_win_scripts/start-client.py index 5f7ff2f..ea2b67a 100644..100755 --- a/linden/indra/copy_win_scripts/start-client.py +++ b/linden/indra/copy_win_scripts/start-client.py | |||
@@ -32,7 +32,7 @@ def start_client(grid, slurl, build_config, my_args): | |||
32 | f = open("start-client.log", "w") | 32 | f = open("start-client.log", "w") |
33 | print >>f, "Viewer startup arguments:" | 33 | print >>f, "Viewer startup arguments:" |
34 | llstart.start("viewer", "../../newview", | 34 | llstart.start("viewer", "../../newview", |
35 | "%s/newview/%s/secondlife-bin.exe" % (build_path, build_config), | 35 | "%s/newview/%s/imprudence-bin.exe" % (build_path, build_config), |
36 | viewer_args, f) | 36 | viewer_args, f) |
37 | f.close() | 37 | f.close() |
38 | 38 | ||