1
#include <cba.rh>
2
3
RESOURCE CBA r_test_choice_cbacustom
4
{
5
buttons = { r_test_choice_cbacustom_buttons_0 };
6
}
7
RESOURCE CBA_BUTTON r_test_choice_cbacustom_buttons_0
8
9
id = EAknSoftkeyPanic;
10
txt = "Panic";
11