summaryrefslogtreecommitdiff
path: root/textscreen/txt_inputbox.c
diff options
context:
space:
mode:
authorSimon Howard2009-10-01 01:10:17 +0000
committerSimon Howard2009-10-01 01:10:17 +0000
commit06c73f7a43b0b569c63fb1153e9f8da25f3ddfb7 (patch)
tree91532a8428caeba2c2ba3ba21b8299a5dfad79a5 /textscreen/txt_inputbox.c
parent4a70f989d2aacabffc2f02017704de042be7418a (diff)
parent508c3fd3fa5b3149d329e15ea3e072ad2a7aa2f2 (diff)
downloadchocolate-doom-06c73f7a43b0b569c63fb1153e9f8da25f3ddfb7.tar.gz
chocolate-doom-06c73f7a43b0b569c63fb1153e9f8da25f3ddfb7.tar.bz2
chocolate-doom-06c73f7a43b0b569c63fb1153e9f8da25f3ddfb7.zip
Merge from trunk.
Subversion-branch: /branches/opl-branch Subversion-revision: 1702
Diffstat (limited to 'textscreen/txt_inputbox.c')
-rw-r--r--textscreen/txt_inputbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_inputbox.c b/textscreen/txt_inputbox.c
index 9151d431..3e52bae9 100644
--- a/textscreen/txt_inputbox.c
+++ b/textscreen/txt_inputbox.c
@@ -53,7 +53,7 @@ static void TXT_InputBoxDrawer(TXT_UNCAST_ARG(inputbox), int selected)
w = inputbox->widget.w;
- // Select the background colour based on whether we are currently
+ // Select the background color based on whether we are currently
// editing, and if not, whether the widget is selected.
if (inputbox->editing && selected)