added a button to encrypt to clipboard, change log and about window got their own layout now with proper linkification

This commit is contained in:
Thialfihar
2010-05-09 13:29:30 +00:00
parent 2e1aad0f81
commit 73888622f4
8 changed files with 120 additions and 63 deletions

View File

@@ -103,4 +103,9 @@ public final class Id {
public static final int no_master_key = -2;
public static final int updated = 1;
}
public static final class target {
public static final int clipboard = 0x21070001;
public static final int email = 0x21070002;
}
}