|
From: Axel S. <A....@ke...> - 2008-01-11 20:04:42
|
Wed Jan 2 06:16:54 PST 2008 hth...@zo...
* Tutorial-Port: Correction of typing errors.
Eduardo Basterrechea has noted the typing errors he found
during his translation to Spanish of the Gtk2Hs tutorial
chapters 1 - 7. These and a few more are corrected here.
hunk ./docs/tutorial/Tutorial_Port/chap4-2.xhtml 383
-The number of precision shown on the three scles will be managed with another
+The number of precision shown on the three scales will be managed with another
hunk ./docs/tutorial/Tutorial_Port/chap4-2.xhtml 392
-When the control adjustment changes the signal <code>onValueChanged</code> will
+When the control adjustment changes, the signal <code>onValueChanged</code> will
hunk ./docs/tutorial/Tutorial_Port/chap4-2.xhtml 412
-adjusting of the adjustment by a the <code>onValueChanged</code> signal from a
+adjusting of the adjustment by a <code>onValueChanged</code> signal from a
hunk ./docs/tutorial/Tutorial_Port/chap4-3.xhtml 102
-You can also make text in a lable selectable, so the user can copy and paste
+You can also make text in a label selectable, so the user can copy and paste
hunk ./docs/tutorial/Tutorial_Port/chap4-7.xhtml 119
-of decimal places (digits) to disply.
+of decimal places (digits) to display.
hunk ./docs/tutorial/Tutorial_Port/chap4-7.xhtml 188
-bottom repectively the top of the <code>Adjustment</code> range.
+bottom, respectively the top, of the <code>Adjustment</code> range.
hunk ./docs/tutorial/Tutorial_Port/chap4-7.xhtml 204
-case of <code>UpdateIfValid</code> the spin button only value gets changed if
+case of <code>UpdateIfValid</code> the spin button value only gets changed if
hunk ./docs/tutorial/Tutorial_Port/chap5-1.xhtml 20
- <h3>Calendar</h3>
+ <h3>5.1 Calendar</h3>
hunk ./docs/tutorial/Tutorial_Port/chap5-1.xhtml 72
- <p>Note: there is no attribute for CalendarWeekStartMonday and
+ <p class="notebox"><strong>Note:</strong> there is no attribute for CalendarWeekStartMonday and
hunk ./docs/tutorial/Tutorial_Port/chap5-1.xhtml 94
- <p>Note: the following are also mentioned in the API
+ <p class="notebox"><strong>Note:</strong> the following are also mentioned in the API
hunk ./docs/tutorial/Tutorial_Port/chap5-2.xhtml 208
- <p>Note: With Gtk2Hs 0.9-12 and GHC 6.1 on FC 6, multiple file
+ <p class="notebox"><strong>Note:</strong> With Gtk2Hs 0.9-12 and GHC 6.1 on FC 6, multiple file
hunk ./docs/tutorial/Tutorial_Port/chap5-2.xhtml 349
- <p>Note: When testing with Gtk2Hs 0.9-12 and GHC 6.1 on FC6,
+ <p class="notebox"><strong>Note:</strong> When testing with Gtk2Hs 0.9-12 and GHC 6.1 on FC6,
hunk ./docs/tutorial/Tutorial_Port/chap5-2.xhtml 362
- <br />Calendar</span>
+ <br />5.1 Calendar</span>
hunk ./docs/tutorial/Tutorial_Port/chap5-2.xhtml 368
- <br />Font Selection</span>
+ <br />5.3 Font Selection</span>
hunk ./docs/tutorial/Tutorial_Port/chap5-3.xhtml 72
- <p>Whith a ColorButton use:</p>
+ <p>With a ColorButton use:</p>
hunk ./docs/tutorial/Tutorial_Port/chap5-3.xhtml 170
- <a href="chap1.xhtml">Previous</a>
+ <a href="chap5-2.xhtml">Previous</a>
hunk ./docs/tutorial/Tutorial_Port/chap5-3.xhtml 176
- <a href="chap3-1.xhtml">Next
+ <a href="chap5-4.xhtml">Next
hunk ./docs/tutorial/Tutorial_Port/chap6-1.xhtml 37
- <pre class="codebox">scrolledWindowSetPolicy :: ScrolledWindowClass self =>
-self -> PolicyType -> PolicyType -> IO ()
+ <pre class="codebox">scrolledWindowSetPolicy :: ScrolledWindowClass self => self -> PolicyType -> PolicyType -> IO ()
hunk ./docs/tutorial/Tutorial_Port/chap6-1.xhtml 52
- <pre class="codebox">scrolledWindowAddWithViewport :: (ScrolledWindowClass self, WidgetClass child)
-=> self -> child -> IO ()
+ <pre class="codebox">scrolledWindowAddWithViewport :: (ScrolledWindowClass self, WidgetClass child) => self -> child -> IO ()
hunk ./docs/tutorial/Tutorial_Port/chap6-1.xhtml 105
- <pre class="codebox">attachButton :: Table -> Button -> (Int,Int) -> IO () attachButton ta bu (x,y) = [_$_]
- tableAttachDefaults ta bu y (y+1) x (x+1)
+ <pre class="codebox">attachButton :: Table -> Button -> (Int,Int) -> IO () attachButton ta bu (x,y) = tableAttachDefaults ta bu y (y+1) x (x+1)
hunk ./docs/tutorial/Tutorial_Port/chap6-2.xhtml 119
- <pre class="codebox">buttonBoxSetChildSecondary :: (ButtonBoxClass self, WidgetClass child)
-=> self -> child -> Bool -> IO ()
+ <pre class="codebox">buttonBoxSetChildSecondary :: (ButtonBoxClass self, WidgetClass child) => self -> child -> Bool -> IO ()
hunk ./docs/tutorial/Tutorial_Port/chap6-2.xhtml 257
- <br />The Layout Container</span>
+ <br />6.3 The Layout Container</span>
hunk ./docs/tutorial/Tutorial_Port/chap6-4.xhtml 119
- <br />7.1</span>
+ <br />7.1 Menus and Toolbars</span>
hunk ./docs/tutorial/Tutorial_Port/chap7-1.xhtml 309
- <br />Popup Menus, Radio Actions and Toggle Actions</span>
+ <br />7.2 Popup Menus, Radio and Toggle Actions</span>
hunk ./docs/tutorial/Tutorial_Port/chap7-2.xhtml 8
- <title>Gtk2Hs Tutorial: Menus and Toolbars</title>
+ <title>Gtk2Hs Tutorial: Popup Menus and Radio and Toggle Actions</title>
hunk ./docs/tutorial/Tutorial_Port/index.xhtml 119
- <p>Copyright © 1998-2002 Tony Gale.</p>
- <p>Copyright © 2007 Hans van Thiel and Alex Tarkovsky.</p>
+ <p>© 1998-2002 Tony Gale.</p>
+ <p>© 2007, 2008 Hans van Thiel and Alex Tarkovsky.</p>
|