ui/common/properties.c

changeset 33
458831c574f4
parent 30
34513f76d5a8
child 47
97792f44d919
equal deleted inserted replaced
32:9a5f47fbc5c3 33:458831c574f4
284 if(!language) { 284 if(!language) {
285 return NULL; 285 return NULL;
286 } 286 }
287 return ucx_map_cstr_get(language, name); 287 return ucx_map_cstr_get(language, name);
288 } 288 }
289
290
291 char* uic_get_image_path(char *imgfilename) {
292 if(pixmaps_dir) {
293 return uic_concat_path(pixmaps_dir, imgfilename, NULL);
294 } else {
295 return NULL;
296 }
297 }

mercurial