Changeset 24056 for titan/plugins/keylock
- Timestamp:
- 10/04/13 14:20:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/keylock/keylock.c
r17097 r24056 51 51 pluginaktiv = 1; 52 52 53 tmpstr = ostrcat(getconfig("pluginpath", NULL), "/keylock/skin.xml", 0, 0);53 tmpstr = createpluginpath("/keylock/skin.xml", 0); 54 54 readscreen(tmpstr, 117, 1); 55 55 free(tmpstr); tmpstr = NULL;
Note: See TracChangeset
for help on using the changeset viewer.