fix bug wqith wrong help button captions in some languages
This commit is contained in:
parent
e810aa890d
commit
d099d1e512
1 changed files with 2 additions and 2 deletions
|
@ -106,10 +106,10 @@ public class HelpActivity extends SherlockActivity {
|
|||
createMenuItem(menu, HOME, R.string.home,
|
||||
R.drawable.ic_action_home_light, R.drawable.ic_action_home_dark,
|
||||
MenuItem.SHOW_AS_ACTION_IF_ROOM );
|
||||
createMenuItem(menu, BACK, R.string.back,
|
||||
createMenuItem(menu, BACK, R.string.previous_button,
|
||||
0, 0, //R.drawable.ic_action_home_light, R.drawable.ic_action_home_dark,
|
||||
MenuItem.SHOW_AS_ACTION_IF_ROOM );
|
||||
createMenuItem(menu, FORWARD, R.string.forward,
|
||||
createMenuItem(menu, FORWARD, R.string.next_button,
|
||||
0, 0, //R.drawable.ic_action_home_light, R.drawable.ic_action_home_dark,
|
||||
MenuItem.SHOW_AS_ACTION_IF_ROOM );
|
||||
createMenuItem(menu, CLOSE, R.string.close,
|
||||
|
|
Loading…
Reference in a new issue