[elm] datetime: Adding max and min year to standard

profile

The same values that are in the others profiles.



SVN revision: 82107
This commit is contained in:
Flavio Vinicius Alvares Ceolin 2013-01-03 20:48:52 +00:00
parent 29044a7624
commit e8996b459d
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ group "Elm_Config" struct {
value "week_start" int: 1;
value "weekend_start" int: 6;
value "weekend_len" int: 2;
value "year_min" int: 2;
value "year_max" int: 137;
value "softcursor_mode" uchar: 0;
value "auto_norender_withdrawn" uchar: 1;
value "auto_norender_iconified_same_as_withdrawn" uchar: 0;