problem with collapsed TAdvToolBarPager

IDE: Delphi XE2

OS: Windows 7

I"ve got a problem with collapsed TAdvToolBarPager in my Program

The problem is shown in the film http://youtu.be/oyRHJP8euYk

An earlier version of this component, this problem did not occur

http://youtu.be/spr9ztkg7iQ

Ok I solvet it.

It was a typo.

I fixed the command in AdvToolBar.pas file from "rescn := 'ATBENCNCH_BTN';" to "rescn := 'ATBECNCH_BTN';" and it started to work.
Line #46086