mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
audioplayer: fix small typo
Origin commit data
------------------
Branch: ni/coolstream
Commit: eb477aee8e
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-24 (Fri, 24 Feb 2017)
Origin message was:
------------------
- audioplayer: fix small typo
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1601,7 +1601,7 @@ void CAudioPlayerGui::paintFoot()
|
|||||||
if (m_screensaver)
|
if (m_screensaver)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
const struct button_label ScondLineButtons[3] =
|
const struct button_label SecondLineButtons[3] =
|
||||||
{
|
{
|
||||||
{ NEUTRINO_ICON_BUTTON_OKAY , LOCALE_AUDIOPLAYER_PLAY },
|
{ NEUTRINO_ICON_BUTTON_OKAY , LOCALE_AUDIOPLAYER_PLAY },
|
||||||
{ NEUTRINO_ICON_BUTTON_HELP , LOCALE_AUDIOPLAYER_KEYLEVEL },
|
{ NEUTRINO_ICON_BUTTON_HELP , LOCALE_AUDIOPLAYER_KEYLEVEL },
|
||||||
@@ -1620,7 +1620,7 @@ void CAudioPlayerGui::paintFoot()
|
|||||||
|
|
||||||
int bwidth = m_width - (2*c_rad_mid);
|
int bwidth = m_width - (2*c_rad_mid);
|
||||||
if (!m_playlist.empty())
|
if (!m_playlist.empty())
|
||||||
::paintButtons(m_x + c_rad_mid, top+m_buttonHeight, bwidth, 3, ScondLineButtons, bwidth, m_buttonHeight);
|
::paintButtons(m_x + c_rad_mid, top+m_buttonHeight, bwidth, 3, SecondLineButtons, bwidth, m_buttonHeight);
|
||||||
|
|
||||||
if (m_key_level == 0)
|
if (m_key_level == 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user