neutrino: remove newline from debug message

This commit is contained in:
Stefan Seyfried
2013-03-24 12:59:40 +01:00
parent e1df8ebafd
commit 79d537ea90
2 changed files with 3 additions and 3 deletions

View File

@@ -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,