1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-02-16 15:00:14 -05:00

Added AddChannelActivity to Manifest

This commit is contained in:
Sebastian Kaspari 2010-04-25 10:19:09 +02:00
parent 3fd7e058e0
commit 034617efc3

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>