Changeset 12894


Ignore:
Timestamp:
01/07/12 01:53:18 (12 years ago)
Author:
nit
Message:

[titan] add satfinder

Location:
titan/titan
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/menu.h

    r12501 r12894  
    358358                screenpossetup();
    359359        }
     360        else if(ostrcmp("satfinder", menuentry->name) == 0)
     361        {
     362                if(check == 1) return 0;
     363                screensatfinder();
     364        }
    360365        else if(ostrcmp("cinterface", menuentry->name) == 0)
    361366        {
  • titan/titan/titan.c

    r12857 r12894  
    140140#include "skinselector.h"
    141141#include "play.h"
     142#include "satfinder.h"
    142143#include "menu.h"
    143144#include "channelbynr.h"
Note: See TracChangeset for help on using the changeset viewer.