Added AddChannelActivity to Manifest

This commit is contained in:
Sebastian Kaspari 2010-04-25 10:19:09 +02:00
parent 3fd7e058e0
commit 034617efc3
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:label="@string/users"
android:theme="@android:style/Theme.Dialog">
</activity>
<activity
android:name=".activity.AddChannelActivity"
android:label="@string/channels_label"
android:theme="@android:style/Theme.Dialog">
</activity>
<service android:name=".irc.IRCService"></service>
</application>