Changeset 11604


Ignore:
Timestamp:
11/26/11 02:17:29 (12 years ago)
Author:
nit
Message:

[titan] add httpdsettings screen

Location:
titan/titan
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/menu.h

    r11509 r11604  
    148148                menu(screen);
    149149        }
     150        else if(ostrcmp("httpdsettings", menuentry->name) == 0)
     151        {
     152                if(check == 1) return 0;
     153                screenhttpdsettings();
     154        }
    150155        else if(ostrcmp("mediaplayer", menuentry->name) == 0)
    151156        {
  • titan/titan/titan.c

    r11600 r11604  
    148148#include "restoredefault.h"
    149149#include "help.h"
     150#include "httpdsettings.h"
    150151//#include "cardreader.h"
    151152//#include "sci.h"
Note: See TracChangeset for help on using the changeset viewer.