From: kruland2607 Date: Wed, 11 Jan 2012 14:54:00 +0000 (+0000) Subject: Added couple of comments and executed eclipse's autoformat. X-Git-Tag: upstream/12.03~1^2~132 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9768d5385f667d12f5dc844ced55fb0f9e2b5eb2;p=debian%2Fopenrocket Added couple of comments and executed eclipse's autoformat. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@339 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 2e684837..896a21de 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -12,32 +12,33 @@ + android:label="@string/app_name" > - + + android:name=".android.rocket.OpenRocketViewer" + android:label="@string/app_name" > - + + @@ -48,7 +49,8 @@ android:pathPattern=".*\\.ork" android:scheme="file" /> - + + @@ -60,19 +62,19 @@ - + + android:name=".android.motor.MotorHierarchicalBrowser" + android:label="@string/MotorListTitle" /> + android:name=".android.thrustcurve.TCQueryActivity" + android:label="@string/MotorListTitle" />