mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
configure: move option enable testmenu to enable testing
Testing is also plausible for general usage of other tests or other
experimental code parts.
Origin commit data
------------------
Commit: 201a6aa56e
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-19 (Fri, 19 Sep 2014)
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
#include "gui/sleeptimer.h"
|
||||
#include "gui/update_menue.h"
|
||||
#include "gui/streaminfo2.h"
|
||||
#ifdef ENABLE_TEST_MENU
|
||||
#ifdef ENABLE_TESTING
|
||||
#include "gui/test_menu.h"
|
||||
#endif
|
||||
#include "gui/update.h"
|
||||
@@ -301,7 +301,7 @@ void CNeutrinoApp::InitMenuMain()
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef ENABLE_TEST_MENU
|
||||
#ifdef ENABLE_TESTING
|
||||
personalize.addItem(MENU_MAIN, new CMenuForwarder("Test menu", true, NULL, new CTestMenu()), NULL, false, CPersonalizeGui::PERSONALIZE_SHOW_NO);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user