ui/common/properties.c

changeset 79
483d7342b439
parent 77
5de33c2d94c6
equal deleted inserted replaced
78:ad7ced6cf00b 79:483d7342b439
37 37
38 #include "properties.h" 38 #include "properties.h"
39 #include <cx/string.h> 39 #include <cx/string.h>
40 #include <cx/buffer.h> 40 #include <cx/buffer.h>
41 41
42 #include <cx/hash_map.h>
42 #include "ucx_properties.h" 43 #include "ucx_properties.h"
43 44
44 static CxMap *application_properties; 45 static CxMap *application_properties;
45 static CxMap *language; 46 static CxMap *language;
46 47

mercurial