Skip to content
Snippets Groups Projects
Commit 0322e9a2 authored by Per Hedbor's avatar Per Hedbor
Browse files

Fixed some syntax errors (< and > should be &lt; and &gt;, respectively)

Rev: src/post_modules/GTK/source/gtkclist.pre:1.3
Rev: src/post_modules/GTK/source/gtkprogress.pre:1.2
parent 502b0bea
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ NAME_ARGS(column,width);
COMPLEX_FUNCTION(set_column_max_width, int, int);
NAME_ARGS(column,width);
// if width < 0 , there is no restriction
// if width 6lt; 0 , there is no restriction
SIMPLE_INT_FUNCTION(set_row_height);
NAME_ARGS(pixels);
......
......@@ -15,7 +15,7 @@ NAME_ARGS(format);
//
// More or less like sprintf.<p>
// %[field width][character]<p>
// 0<=width<=2<p>
// 0&lt;=width&gt;=2<p>
// Supported characters:
// <dl><dt><dd><pre>
// %: Insert a %<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment