From 9768d5385f667d12f5dc844ced55fb0f9e2b5eb2 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Wed, 11 Jan 2012 14:54:00 +0000 Subject: [PATCH] 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 --- android/AndroidManifest.xml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) 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" /> -- 2.30.2