mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 06:38:28 +02:00
remove \n
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@945 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e61e086e0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -400,7 +400,7 @@ void CNeutrinoApp::InitMainMenu(CMenuWidget &mainMenu, CMenuWidget &mainSettings
|
|||||||
|
|
||||||
#ifdef TEST_MENU
|
#ifdef TEST_MENU
|
||||||
char rev[255];
|
char rev[255];
|
||||||
sprintf(rev, "Test menu, System revision %d %s\n", system_rev, system_rev == 0 ? "WARNING - INVALID" : "");
|
sprintf(rev, "Test menu, System revision %d %s", system_rev, system_rev == 0 ? "WARNING - INVALID" : "");
|
||||||
|
|
||||||
TestMenu = new CMenuWidget(rev /*"Test menu"*/);
|
TestMenu = new CMenuWidget(rev /*"Test menu"*/);
|
||||||
CTestMenu * testHandler = new CTestMenu();
|
CTestMenu * testHandler = new CTestMenu();
|
||||||
|
Reference in New Issue
Block a user