Skip to content

Commit

Permalink
removed extraneous dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Murphy committed Jan 6, 2012
1 parent b6b9dd2 commit bcf7878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Skeleton/Now/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<application>
<activity android:label="Now"
android:name=".Now">
android:name="Now">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit bcf7878

Please sign in to comment.