summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/cmediaplayer.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/NxWidgets/nxwm/include/cmediaplayer.hxx b/NxWidgets/nxwm/include/cmediaplayer.hxx
index 7c7d55624..1e9b5a190 100644
--- a/NxWidgets/nxwm/include/cmediaplayer.hxx
+++ b/NxWidgets/nxwm/include/cmediaplayer.hxx
@@ -123,9 +123,10 @@ namespace NxWM
NXWidgets::CLabel *m_text; /**< Some text in the app for now */
NXWidgets::CNxFont *m_font; /**< The font used in the media player */
- NXWidgets::CStickyImage *m_rew; /**< Rewind control */
- NXWidgets::CImage *m_playPause; /**< Play/Pause control */
- NXWidgets::CStickyImage *m_fwd; /**< Forward control */
+ NXWidgets::CImage *m_play; /**< Play control */
+ NXWidgets::CImage *m_pause; /**< Pause control */
+ NXWidgets::CStickyImage *m_rewind; /**< Rewind control */
+ NXWidgets::CStickyImage *m_fforward; /**< Fast forward control */
NXWidgets::CGlyphSliderHorizontal *m_volume; /**< Volume control */
/**