# HG changeset patch # User Carl Byington # Date 1407351058 25200 # Node ID 04a0316bbfe328df88c371e96cf9f3751b271e6f # Parent e481699db6b1f09dd615e827d609bc7b854fce5c wizard and help present help pages in the same order diff -r e481699db6b1 -r 04a0316bbfe3 src/com/five_ten_sg/connectbot/HelpActivity.java --- a/src/com/five_ten_sg/connectbot/HelpActivity.java Wed Aug 06 11:50:10 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/HelpActivity.java Wed Aug 06 11:50:58 2014 -0700 @@ -46,6 +46,7 @@ getResources().getText(R.string.title_help))); LinearLayout content = (LinearLayout)this.findViewById(R.id.topics); + String[] topics = getResources().getStringArray(R.array.list_wizard_topics); for (final String topic : topics) { Button button = new Button(this); button.setText(topic);