Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
Renamed file

Refs #1947
  • Loading branch information
M66B committed Aug 30, 2014
1 parent f99d612 commit e5fc3a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Version 3.x will be available with a [pro license](http://www.xprivacy.eu/) only
**Version 3.0.2 BETA**

* Layout improvements
* Show function help in a dialog
* Fixed tutorial header
* Fixed Indonesian translation
* Updated Lithuanian translation
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/ActivityApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@ public static void showHelp(ActivityBase context, View parent, Hook hook) {
Dialog dlgHelp = new Dialog(context);
dlgHelp.requestWindowFeature(Window.FEATURE_LEFT_ICON);
dlgHelp.setTitle(R.string.app_name);
dlgHelp.setContentView(R.layout.popup);
dlgHelp.setContentView(R.layout.help);
dlgHelp.setFeatureDrawableResource(Window.FEATURE_LEFT_ICON, context.getThemed(R.attr.icon_launcher));
dlgHelp.setCancelable(true);

Expand Down

0 comments on commit e5fc3a6

Please sign in to comment.