Skip to content

Commit

Permalink
Fix 'add new password' not working
Browse files Browse the repository at this point in the history
  • Loading branch information
geluk committed Sep 14, 2016
1 parent 25a24e5 commit 0972f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pass-winmenu/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ private void CreateNotifyIcon()
case "Update Password Store":
Task.Run((Action)UpdatePasswordStore);
break;
case "Add new password":
case "Add new Password":
AddPassword();
break;
case "Start with Windows":
Expand Down

0 comments on commit 0972f99

Please sign in to comment.