[elm] datetime: Adding max and min year to standard
authorFlavio Vinicius Alvares Ceolin <flavio.ceolin@profusion.mobi>
Thu, 3 Jan 2013 20:48:52 +0000 (20:48 +0000)
committerFlavio Vinicius Alvares Ceolin <flavio.ceolin@profusion.mobi>
Thu, 3 Jan 2013 20:48:52 +0000 (20:48 +0000)
 profile

The same values that are in the others profiles.

SVN revision: 82107

config/standard/base.src

index a732ba0..e1aa88c 100644 (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;