diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2013-07-11 19:45:25 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2013-07-11 19:45:25 -0400 |
commit | 1bb1fe511f451695b331e838cc4aa5fcde5ec7bd (patch) | |
tree | bce9fb21912af3392a684f551fe9e72e51f10a30 /indra/newview/app_settings/cmd_line.xml | |
parent | 879dfd161ef19f73371b69e5db6b044f8b118ca1 (diff) | |
parent | e856f9bcfce2ba8331c18efbff70d4b8f403a0f5 (diff) |
CHOP-959: Merge About-box changes with tip
Diffstat (limited to 'indra/newview/app_settings/cmd_line.xml')
-rwxr-xr-x | indra/newview/app_settings/cmd_line.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index 8ca33fbf54..74117dbd85 100755 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -22,7 +22,8 @@ <map> <key>count</key> <integer>1</integer> - <!-- Special case. Not mapped to a setting. --> + <key>map-to</key> + <string>CmdLineChannel</string> </map> <key>console</key> @@ -372,7 +373,8 @@ <boolean>true</boolean> <key>last_option</key> <boolean>true</boolean> - <!-- Special case. Not mapped to a setting. --> + <key>map-to</key> + <string>CmdLineLoginLocation</string> </map> <key>url</key> @@ -383,7 +385,8 @@ <integer>1</integer> <key>last_option</key> <boolean>true</boolean> - <!-- Special case. Not mapped to a setting. --> + <key>map-to</key> + <string>CmdLineLoginLocation</string> </map> <key>usersessionsettings</key> |