Changeset 24142
- Timestamp:
- 10/08/13 20:48:22 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r24002 r24142 1332 1332 else if(ostrcmp(keyconf, "Download Full File") == 0) 1333 1333 { 1334 char* search = textinput(" Search", filename);1334 char* search = textinput("Filename", filename); 1335 1335 if(search != NULL) 1336 1336 { … … 1351 1351 else if(ostrcmp(keyconf, "Download Full File (background)") == 0) 1352 1352 { 1353 char* search = textinput(" Search", filename);1353 char* search = textinput("Filename", filename); 1354 1354 if(search != NULL) 1355 1355 backgrounddl(tmpstr1, search);
Note: See TracChangeset
for help on using the changeset viewer.