<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -141,7 +141,7 @@ SampleControls.controlsPage = SC.Page.create({
       title: &quot;Long Title Exceeds Frame&quot;,
       value: YES,
       height: 36
-    }, null, null, null, {
+    }, null, {
       controlSize: SC.SMALL_CONTROL_SIZE,
       title: 'Regular Small'
     }, {
@@ -213,7 +213,7 @@ SampleControls.controlsPage = SC.Page.create({
       value: 'Item2',
       localize: YES,
       layoutDirection: SC.LAYOUT_VERTICAL
-    }, null, null, null, {
+    }, null, {
       controlSize: SC.SMALL_CONTROL_SIZE,
       items: 'Item1 Item2 Item3'.w(),
       value: ['Item1', 'Item3'],
@@ -446,7 +446,7 @@ SampleControls.controlsPage = SC.Page.create({
         controlSize: SC.REGULAR_CONTROL_SIZE
       }, {
         value: &quot;Bold Regular Size Label&quot;,
-        fontWeight: SC.BOLD_FONT,
+        fontWeight: SC.BOLD_WEIGHT,
         controlSize: SC.REGULAR_CONTROL_SIZE
       }, {
         value: &quot;Dis Regular Size Label&quot;,
@@ -459,7 +459,7 @@ SampleControls.controlsPage = SC.Page.create({
       }, {
         value: &quot;Bold Small Size Label&quot;,
         height: 14,
-        fontWeight: SC.BOLD_FONT,
+        fontWeight: SC.BOLD_WEIGHT,
         controlSize: SC.SMALL_CONTROL_SIZE
       }, {
         value: &quot;Dis Small Size Label&quot;,
@@ -473,13 +473,19 @@ SampleControls.controlsPage = SC.Page.create({
       }, {
         value: &quot;Bold Tiny Size Label&quot;,
         height: 12,
-        fontWeight: SC.BOLD_FONT,
+        fontWeight: SC.BOLD_WEIGHT,
         controlSize: SC.TINY_CONTROL_SIZE
       }, {
         value: &quot;Disabled Tiny Size Label&quot;,
         height: 12,
         isEnabled: NO,
         controlSize: SC.TINY_CONTROL_SIZE
+      }, null, {
+        value: &quot;Editable&quot;,
+        isEditable: YES
+      }, {
+        value: &quot;Editable icon&quot;,
+        isEditable: YES
       })
 
       .title('SC.DisclosureView').height(18).sample(SC.DisclosureView, {</diff>
      <filename>apps/sample_controls/english.lproj/controls_page.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>89b0c3d64de9f324f527062e038c2169596347cb</id>
    </parent>
  </parents>
  <author>
    <name>Juan Pinzon</name>
    <email>juanpin@juan-pinzons-macbook-pro.local</email>
  </author>
  <url>http://github.com/sproutit/sproutcore-samples/commit/7fda98e2e4f651ce8296d1b326664b20e067804a</url>
  <id>7fda98e2e4f651ce8296d1b326664b20e067804a</id>
  <committed-date>2009-06-29T11:26:27-07:00</committed-date>
  <authored-date>2009-06-03T17:17:05-07:00</authored-date>
  <message>fixes for label weight, added editable label and removed extra separators</message>
  <tree>bafe6babddf78e0aa5b82addb6de5f64e5ab2ea4</tree>
  <committer>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </committer>
</commit>
