minor edits
authorfturovic <frank.turovich@nokia.com>
Thu, 07 Oct 2010 15:31:31 -0500
changeset 2142 1458a474103c
parent 2141 9526bdb37542
child 2143 af9d211660cb
minor edits
core/com.nokia.carbide.cpp.doc.user/book.css
core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/view_variables.htm
core/com.nokia.carbide.cpp.doc.user/html/debugger/watchpoints/setting_watchpoints.htm
--- a/core/com.nokia.carbide.cpp.doc.user/book.css	Thu Oct 07 15:17:07 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/book.css	Thu Oct 07 15:31:31 2010 -0500
@@ -11,7 +11,7 @@
 body, p, table, li
 {
 	font-family: Verdana, Ariel, Helvetica, sans-serif;
-	font-size: 1.0em;
+	font-size: 0.9em;
 	font-weight: normal;
 }
 
--- a/core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/view_variables.htm	Thu Oct 07 15:17:07 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/view_variables.htm	Thu Oct 07 15:31:31 2010 -0500
@@ -11,7 +11,7 @@
 <body >
 <h2>Variables view</h2>
 <p>The <img src="../../images/command_link.png" border="0" alt="" /> <a href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.debug.ui.VariableView)")' class="command-link"><b>Variables</b></a> view allows manipulation of project  variables and the variable hierarchy used in the source code. For example, you can change the variable format, change a variable value, add watch expressions, or add global variables. </p>
-<p>Figure 1 shows the Variables view with <b>Show Type Names</b> option enabled. The default view shows the variables list and include the Name and Value for all the variables within scope. In addition, when you select a variable its value is also shown in a different pane within the view.</p>
+<p>Figure 1 shows the Variables view with <b>Show Type Names</b> option enabled. The default view shows the variables list and include the Name and Value for all the variables within scope. In addition, when you select a variable its value is also shown in a Value pane within the view.</p>
 <p align="center"><img src="../images/view_variables.png" width="551" height="281"></p>
 <p class="figure">Figure 1 - Variables view </p>
 <div class="step">
--- a/core/com.nokia.carbide.cpp.doc.user/html/debugger/watchpoints/setting_watchpoints.htm	Thu Oct 07 15:17:07 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/debugger/watchpoints/setting_watchpoints.htm	Thu Oct 07 15:31:31 2010 -0500
@@ -37,8 +37,8 @@
       <td><p>Check the appropriate access type to trigger  the watchpoint for the specified memory location. This setting is shown as a unique icon in the Breakpoints view next to the listed watchpoint. The following list shows the resolved version of the icons used to indicate the type of watchpoint set:</p>
         <ul>
           <li>Read only (<img src="../images/icon_watchpoint_read_resolved.png" width="18" height="13" align="absmiddle">)</li>
-          <li>Write only (<img src="setting_watchpoints.htm" width="15" height="16" align="absmiddle">)</li>
-          <li>Read/Write (<img src="setting_watchpoints.htm" width="16" height="16" align="absmiddle">)</li>
+          <li>Write only (<img src="../images/icon_watchpoint_write_resolved.png" alt="Write only" width="15" height="16" align="absmiddle">)</li>
+          <li>Read/Write (<img src="../images/icon_watchpoint_rw_enabled.png" alt="Read/Write icon" width="16" height="16" align="absmiddle">)</li>
       </ul></td>
     </tr>
 </table>