diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-04-15 00:18:39 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-04-15 00:18:39 +0300 |
commit | e70ffa5ddb80685b4c24e27c74b69f684dc7fd23 (patch) | |
tree | 22a48db61a8012d54de08ac4e8d1eee0b60556f1 /indra/newview | |
parent | 1ea0ffb301c07c8a66d87f48f06304fd4427b7b5 (diff) |
STORM-1160 FIX Set maximum hour value of a day cycle key to 23 (was 100).
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_day_cycle_options.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_day_cycle_options.xml b/indra/newview/skins/default/xui/en/floater_day_cycle_options.xml index 63c8551e87..b54dc87d24 100644 --- a/indra/newview/skins/default/xui/en/floater_day_cycle_options.xml +++ b/indra/newview/skins/default/xui/en/floater_day_cycle_options.xml @@ -362,7 +362,7 @@ label_width="35" layout="topleft" left_delta="20" - max_val="100" + max_val="23" name="WLCurKeyHour" top_pad="4" width="74" /> |