diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 05bf5f84bf..6f44fe70c5 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -1129,7 +1129,7 @@ | |||
1129 | To create a project based on a Yocto template and then display the source code, | 1129 | To create a project based on a Yocto template and then display the source code, |
1130 | follow these steps: | 1130 | follow these steps: |
1131 | <orderedlist> | 1131 | <orderedlist> |
1132 | <listitem><para>Select <filename>File -> New -> Project</filename>.</para></listitem> | 1132 | <listitem><para>Select "Project" from the "File -> New" menu.</para></listitem> |
1133 | <listitem><para>Double click <filename>CC++</filename>.</para></listitem> | 1133 | <listitem><para>Double click <filename>CC++</filename>.</para></listitem> |
1134 | <listitem><para>Double click <filename>C Project</filename> to create the project.</para></listitem> | 1134 | <listitem><para>Double click <filename>C Project</filename> to create the project.</para></listitem> |
1135 | <listitem><para>Expand <filename>Yocto Project ADT Project</filename>.</para></listitem> | 1135 | <listitem><para>Expand <filename>Yocto Project ADT Project</filename>.</para></listitem> |
@@ -1137,11 +1137,11 @@ | |||
1137 | This is an Autotools-based project based on a Yocto template.</para></listitem> | 1137 | This is an Autotools-based project based on a Yocto template.</para></listitem> |
1138 | <listitem><para>Put a name in the <filename>Project name:</filename> field. | 1138 | <listitem><para>Put a name in the <filename>Project name:</filename> field. |
1139 | Do not use hyphens as part of the name.</para></listitem> | 1139 | Do not use hyphens as part of the name.</para></listitem> |
1140 | <listitem><para>Click <filename>Next</filename>.</para></listitem> | 1140 | <listitem><para>Click "Next".</para></listitem> |
1141 | <listitem><para>Add information in the <filename>Author</filename> and | 1141 | <listitem><para>Add information in the <filename>Author</filename> and |
1142 | <filename>Copyright notice</filename> fields.</para></listitem> | 1142 | <filename>Copyright notice</filename> fields.</para></listitem> |
1143 | <listitem><para>Be sure the <filename>License</filename> field is correct.</para></listitem> | 1143 | <listitem><para>Be sure the <filename>License</filename> field is correct.</para></listitem> |
1144 | <listitem><para>Click <filename>Finish</filename>.</para></listitem> | 1144 | <listitem><para>Click "Finish".</para></listitem> |
1145 | <listitem><para>If the "open perspective" prompt appears, click "Yes" so that you | 1145 | <listitem><para>If the "open perspective" prompt appears, click "Yes" so that you |
1146 | in the C/C++ perspective.</para></listitem> | 1146 | in the C/C++ perspective.</para></listitem> |
1147 | <listitem><para>The left-hand navigation pane shows your project. | 1147 | <listitem><para>The left-hand navigation pane shows your project. |