mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
neutrino: remove newline from debug message
This commit is contained in:
@@ -834,11 +834,11 @@ int ShowMsg2UTF( const char * const Title,
|
||||
int mode = CMsgBox::SCROLL |
|
||||
CMsgBox::TITLE |
|
||||
CMsgBox::FOOT |
|
||||
CMsgBox::BORDER;// |
|
||||
CMsgBox::BORDER |
|
||||
CMsgBox::AUTO_HIGH;
|
||||
//CMsgBox::NO_AUTO_LINEBREAK |
|
||||
//CMsgBox::CENTER |
|
||||
//CMsgBox::AUTO_WIDTH |
|
||||
//CMsgBox::AUTO_HIGH;
|
||||
CBox position ( g_settings.screen_StartX+30,
|
||||
g_settings.screen_StartY+30,
|
||||
g_settings.screen_EndX - g_settings.screen_StartX-60,
|
||||
|
Reference in New Issue
Block a user