diff options
author | zeapo <mohamed@zenadi.com> | 2014-12-16 23:25:55 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-12-16 23:27:30 +0100 |
commit | 47bb25adcbded5e05d4be60bf4eba3bf380f559c (patch) | |
tree | f80fc721969da486d6f7b7720296a18f3957b435 /app/src/main/res/menu | |
parent | f154dc30a4113665c2187be313477a236a790dc7 (diff) |
fix the the git fields and a small refactorv1.2.0.10
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/git_clone.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/menu/git_clone.xml b/app/src/main/res/menu/git_clone.xml index e414f0b9..4a240712 100644 --- a/app/src/main/res/menu/git_clone.xml +++ b/app/src/main/res/menu/git_clone.xml @@ -1,7 +1,7 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:pwstore="http://schemas.android.com/apk/res-auto" - tools:context="com.zeapo.pwdstore.GitHandler" > + tools:context="com.zeapo.pwdstore.git.GitHandler" > <item android:id="@+id/user_pref" android:title="@string/action_settings" android:orderInCategory="100" |