Changeset 24056 for titan/plugins/filemanager/filemanager.c
- Timestamp:
- 10/04/13 14:20:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/filemanager/filemanager.c
r22562 r24056 19 19 char* tmpstr = NULL; 20 20 21 tmpstr = ostrcat(getconfig("pluginpath", NULL), "/filemanager/skin.xml", 0, 0);21 tmpstr = createpluginpath("/filemanager/skin.xml", 0); 22 22 readscreen(tmpstr, 240, 1); 23 23 free(tmpstr); tmpstr = NULL;
Note: See TracChangeset
for help on using the changeset viewer.