diff options
author | Jacek Antonelli | 2009-09-25 05:10:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-25 15:55:24 -0500 |
commit | d9621f89ce12b3883ba2e353c7fee516b8ce5d97 (patch) | |
tree | d4d30fe39f167b43146b1a0191ffcd27971e4c89 | |
parent | Fixed HippoGridInfo::cleanUpUri appending "/" stupidly. (diff) | |
download | meta-impy-d9621f89ce12b3883ba2e353c7fee516b8ce5d97.zip meta-impy-d9621f89ce12b3883ba2e353c7fee516b8ce5d97.tar.gz meta-impy-d9621f89ce12b3883ba2e353c7fee516b8ce5d97.tar.bz2 meta-impy-d9621f89ce12b3883ba2e353c7fee516b8ce5d97.tar.xz |
Renamed default grid "local" -> "localhost".
So it matches the one downloaded from the web.
-rw-r--r-- | ChangeLog.txt | 6 | ||||
-rw-r--r-- | linden/indra/newview/app_settings/default_grids.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index b078776..5fe191a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,11 @@ | |||
1 | 2009-09-25 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2009-09-25 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * Renamed default grid "local" -> "localhost". | ||
4 | So it matches the one downloaded from the web. | ||
5 | |||
6 | modified: linden/indra/newview/app_settings/default_grids.xml | ||
7 | |||
8 | |||
3 | * Fixed HippoGridInfo::cleanUpUri appending "/" stupidly. | 9 | * Fixed HippoGridInfo::cleanUpUri appending "/" stupidly. |
4 | It was appending it to an empty string, "/", "//", etc. | 10 | It was appending it to an empty string, "/", "//", etc. |
5 | 11 | ||
diff --git a/linden/indra/newview/app_settings/default_grids.xml b/linden/indra/newview/app_settings/default_grids.xml index 05d8bed..13293cf 100644 --- a/linden/indra/newview/app_settings/default_grids.xml +++ b/linden/indra/newview/app_settings/default_grids.xml | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | <!-- Local Host --> | 27 | <!-- Local Host --> |
28 | <map> | 28 | <map> |
29 | <key>gridnick</key><string>local</string> | 29 | <key>gridnick</key><string>localhost</string> |
30 | <key>gridname</key><string>Local Host</string> | 30 | <key>gridname</key><string>Local Host</string> |
31 | <key>platform</key><string>OpenSim</string> | 31 | <key>platform</key><string>OpenSim</string> |
32 | <key>loginuri</key><string>http://127.0.0.1:9000/</string> | 32 | <key>loginuri</key><string>http://127.0.0.1:9000/</string> |