aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/Id.java
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-09 17:43:10 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-09 17:43:10 +0200
commitb6d63f95cbf60d4030cc4688f941710472aeacbb (patch)
tree25ffea40aa04ad29c816319112754765a1626b3c /OpenPGP-Keychain/src/org/sufficientlysecure/keychain/Id.java
parent38e8733fd6952467ad59fc639ea1eb755d2b51df (diff)
downloadopen-keychain-b6d63f95cbf60d4030cc4688f941710472aeacbb.tar.gz
open-keychain-b6d63f95cbf60d4030cc4688f941710472aeacbb.tar.bz2
open-keychain-b6d63f95cbf60d4030cc4688f941710472aeacbb.zip
fix editactivity crash, default key creation, import from keyserver menu button
Diffstat (limited to 'OpenPGP-Keychain/src/org/sufficientlysecure/keychain/Id.java')
-rw-r--r--OpenPGP-Keychain/src/org/sufficientlysecure/keychain/Id.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/Id.java b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/Id.java
index b0d60cf94..e9b0b67d4 100644
--- a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/Id.java
+++ b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/Id.java
@@ -63,6 +63,7 @@ public final class Id {
public static final int import_from_qr_code = 0x21070021;
public static final int import_from_nfc = 0x21070022;
public static final int crypto_consumers = 0x21070023;
+ public static final int createExpert = 0x21070024;
}
}