Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Fix button
Browse files Browse the repository at this point in the history
IB-4929

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma authored and Telgat committed Oct 2, 2017
1 parent e765e2f commit e55228c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common
2 changes: 1 addition & 1 deletion src/MainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class MainWindow: public QWidget
PagePin2ChangePuk = 0x40 | PagePin2Pin,
PagePin2ChangeUnblock = 0x50 | PagePin2Pin,

PagePuk = 0x07,
PagePuk = 0x06,
PagePukChange = 0x10 | PagePuk
};

Expand Down

0 comments on commit e55228c

Please sign in to comment.