mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
CTestMenu: add configure option --enable-testmenu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6f700d80c0
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-04 (Mon, 04 Nov 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -71,7 +71,9 @@
|
||||
#include "gui/sleeptimer.h"
|
||||
#include "gui/update_menue.h"
|
||||
#include "gui/streaminfo2.h"
|
||||
#ifdef ENABLE_TEST_MENU
|
||||
#include "gui/test_menu.h"
|
||||
#endif
|
||||
#include "gui/update.h"
|
||||
#include "gui/vfd_setup.h"
|
||||
#include "driver/record.h"
|
||||
@@ -280,7 +282,7 @@ void CNeutrinoApp::InitMenuMain()
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef TEST_MENU
|
||||
#ifdef ENABLE_TEST_MENU
|
||||
personalize.addItem(MENU_MAIN, new CMenuForwarderNonLocalized("Test menu", true, NULL, new CTestMenu()), NULL, false, CPersonalizeGui::PERSONALIZE_SHOW_NO);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user