--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_adding_symbian_class.htm Tue Jun 22 12:07:37 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_adding_symbian_class.htm Tue Jun 22 12:08:33 2010 -0500
@@ -15,23 +15,23 @@
<ol class="figure">
<li>Right-click the project name and select the New > Symbian OS C++ Class menu item.</li>
<p>The <b>New Symbian OS C++ Class</b> wizard appears showing the <b>Select project</b> page (Figure 1).</p>
- <p align="center"><img src="images/wiz_add_sos_class_03.png" width="388" height="404" /></p>
+ <p align="center"><img src="images/wiz_new_sos_class_01.png" width="624" height="500" /></p>
<p class="figure">Figure 1 - Symbian OS C++ Class wizard window</p>
<li>Select the project to add the new class to, then click Next.</li>
<p>The <b>Name and Location</b> page appears (Figure 2). </p>
- <p align="center"><img src="images/wiz_add_sos_class_05.png" alt="location" width="531" height="319" /></p>
+ <p align="center"><img src="images/wiz_new_sos_class_02.png" width="624" height="500"></p>
<p class="figure">Figure 2 - Name and Location page</p>
<li>Enter class name and header and source directory information, and optionally enable filenames to be lowercase, then click Next.</li>
<p>The <b>Select a type of class</b> page appears (Figure 3). </p>
- <p align="center"><img src="images/wiz_add_sos_class_04.png" alt="template" width="388" height="404" /></p>
+ <p align="center"><img src="images/wiz_new_sos_class_03.png" width="624" height="500"></p>
<p class="figure">Figure 3 - <b>Select a type of class</b> page</p>
<li>Click a class template to use for the new class, then click Next.</li>
<p>The <b>Other Settings</b> page appears (Figure 4).</p>
- <p align="center"><img src="images/wiz_add_sos_class_06.png" width="419" height="420" /></p>
+ <p align="center"><img src="images/wiz_new_sos_class_04.png" width="624" height="500"></p>
<p class="figure">Figure 4 - Other Settings page</p>
<li>Enter Author and Copyright information, then click Finish. </li>
- <p>The new defined Symbian-based class titled <span class="code">NewClass</span>, is added to the project and appears in the src folder (Figure 5). </p>
- <p align="center"><img src="images/wiz_add_sos_class_07.png" width="279" height="436" /></p>
+ <p>The new defined Symbian-based class titled <span class="code">SOSClassName</span> is added to the project and appears in the src folder (Figure 5). </p>
+ <p align="center"><img src="images/wiz_new_sos_class_05.png" width="281" height="390"></p>
<p class="figure">Figure 5 -New class appears in Project Explorer list inside the project </p>
</ol>
</div>
--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_new_build_config.htm Tue Jun 22 12:07:37 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_new_build_config.htm Tue Jun 22 12:08:33 2010 -0500
@@ -15,16 +15,16 @@
<ol>
<li>Open Carbide Build Configuration panel in the project's Properties window
<p>Select the <b>Project > Properties</b> menu item or right-click the project name in the <a href="../../reference/view_cpp_projects.htm">Project Explorer</a> view, then select <b>Properties</b>. The project <b>Properties for <em><project_name></em></b> window appears. Then select Carbide Build Configurations. </p>
- <p align="center"><img src="images/panel_active_config.png" width="695" height="291" alt=""/></p>
+ <p align="center"><img src="images/panel_active_config.png" width="801" height="350" alt=""/></p>
<p class="figure">Figure 1 - Active Configuration group in project Properties window </p></li>
<li>Click Manage... in the Active Configuration group (Figure 1)
<p>The <b>Add/Remove Carbide Build Configuration </b> window appears (Figure 2). Use the <b>Add/Remove Carbide Build Configuration</b> window to manage the build configurations that appear on the Build Configurations sub-menu for the current project. You can also click the <b>Manage configurations for the current project</b> icon (<img src="images/icon_manage_project_configs.png" width="16" height="16" align="absmiddle">) on the toolbar to open this dialog. </p>
</li>
- <li>
- <p align="center"><img src="images/add_build_config_manage_wnd.png" width="650" height="500" alt="" /></p>
+ </ol>
+ <p align="center"><img src="images/add_build_config_manage_wnd.png" width="650" height="500" alt="" /></p>
+ <blockquote>
<p class="figure">Figure 2 - Window for managing build configurations</p>
- </li>
- </ol>
+ </blockquote>
</div>
<h5>Related concepts</h5>
<ul>