Changeset 24142


Ignore:
Timestamp:
10/08/13 20:48:22 (9 years ago)
Author:
nit
Message:

[titan] fix download text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r24002 r24142  
    13321332                        else if(ostrcmp(keyconf, "Download Full File") == 0)
    13331333                        {
    1334                                 char* search = textinput("Search", filename);
     1334                                char* search = textinput("Filename", filename);
    13351335                                if(search != NULL)
    13361336                                {       
     
    13511351                        else if(ostrcmp(keyconf, "Download Full File (background)") == 0)
    13521352                        {
    1353                                 char* search = textinput("Search", filename);
     1353                                char* search = textinput("Filename", filename);
    13541354                                if(search != NULL)
    13551355                                        backgrounddl(tmpstr1, search);
Note: See TracChangeset for help on using the changeset viewer.