CPersonalizeGui: remove centered text alignment fro helptext

Origin commit data
------------------
Branch: ni/coolstream
Commit: 87a9a69578
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-09 (Sun, 09 Oct 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2016-10-09 15:07:01 +02:00
parent d0248c5ae0
commit 97afa4440f

View File

@@ -737,7 +737,7 @@ void CPersonalizeGui::ShowHelpPersonalize()
Helpbox helpbox(g_Locale->getText(LOCALE_PERSONALIZE_HELP));
for (int i = (int)LOCALE_PERSONALIZE_HELP_LINE1; i<= (int)LOCALE_PERSONALIZE_HELP_LINE8; i++)
helpbox.addLine(g_Locale->getText((neutrino_locale_t)i), CTextBox::CENTER);
helpbox.addLine(g_Locale->getText((neutrino_locale_t)i));
helpbox.addExitKey(CRCInput::RC_ok);
helpbox.show();