Skip to content

Commit 7c9ca0d

Browse files
committed
[css2] Reordered keywords to give htmldiff a better chance to recognize what
changed. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401851
1 parent eb1e212 commit 7c9ca0d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css2/ui.src

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: ui.src,v 2.21 2002-04-23 15:59:22 bbos Exp $ -->
3+
<!-- $Id: ui.src,v 2.22 2002-04-23 20:23:23 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>User interface</TITLE>
@@ -47,15 +47,15 @@ south-east corner of the box.
4747
<dd>Indicates that the program is busy and the user should
4848
wait. Often rendered as a watch or hourglass.
4949

50-
<dt><strong>help</strong>
51-
<dd>Help is available for the object under the cursor. Often rendered
52-
as a question mark or a balloon.
53-
5450
<dt><strong>progress</strong>
5551
<dd>A progress indicator. The program is performing some processing,
5652
but is different from 'wait' in that the user may still interact with the program.
5753
Often rendered as a spinning beach ball.
5854

55+
<dt><strong>help</strong>
56+
<dd>Help is available for the object under the cursor. Often rendered
57+
as a question mark or a balloon.
58+
5959
</dl>
6060

6161
<div class="example"><P>

0 commit comments

Comments
 (0)