cc_frm_header: show left button before the right one

Origin commit data
------------------
Commit: 3d78174b8f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-07 (Wed, 07 Dec 2016)

Origin message was:
------------------
- cc_frm_header: show left button before the right one
This commit is contained in:
vanhofen
2016-12-07 15:24:45 +01:00
parent d2f4ae06e2
commit 317c73efcc
2 changed files with 4 additions and 4 deletions

View File

@@ -184,8 +184,8 @@ class CComponentsHeader : public CComponentsForm, public CCTextScreen
CC_BTN_MUTE = 0x800,
CC_BTN_TOP = 0x1000,
CC_BTN_DOWN = 0x2000,
CC_BTN_RIGHT = 0x4000,
CC_BTN_LEFT = 0x8000,
CC_BTN_LEFT = 0x4000,
CC_BTN_RIGHT = 0x8000,
CC_BTN_FORWARD = 0x10000,
CC_BTN_BACKWARD = 0x20000,
CC_BTN_PAUSE = 0x40000,