1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

Moved server.xml to conversations.xml

This commit is contained in:
Sebastian Kaspari 2010-03-13 18:04:59 +01:00
parent 90a3c25c58
commit 57e9ba721f
2 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class ConversationActivity extends Activity implements ServiceConnection,
// inflate from xml
MenuInflater inflater = getMenuInflater();
inflater.inflate(R.menu.server, menu);
inflater.inflate(R.menu.conversations, menu);
return true;
}