diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-01-25 19:33:12 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-01-25 19:33:12 +0100 |
commit | 665ef7511f5dcccb349228baa2aa6f02281d3c07 (patch) | |
tree | 461ffa268dc16b299c68e764a3ae55ad912075c4 /gen/de | |
parent | df9dcb1060d44a719e2892446b62cde884a880cf (diff) |
all access to the persistance layer is now done via the new xmppservice
Diffstat (limited to 'gen/de')
-rw-r--r-- | gen/de/gultsch/chat/R.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gen/de/gultsch/chat/R.java b/gen/de/gultsch/chat/R.java index fb44a0af..0e8cf1af 100644 --- a/gen/de/gultsch/chat/R.java +++ b/gen/de/gultsch/chat/R.java @@ -74,6 +74,7 @@ public final class R { } public static final class menu { public static final int conversations=0x7f090000; + public static final int newconversation=0x7f090001; } public static final class string { public static final int action_accounts=0x7f070003; |