summaryrefslogtreecommitdiffstats
path: root/include/widgets
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-03 16:27:11 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-03 16:27:11 +0200
commit54727cc9e96cd2398bf273ed2cab543be79b2b14 (patch)
tree2c10dd1a5addb18fde582a54112fc108f6503f25 /include/widgets
parent8875118334a73f47cbce27f2575d4063df7fcfa6 (diff)
Fix header file.
Diffstat (limited to 'include/widgets')
-rw-r--r--include/widgets/textbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets/textbox.h b/include/widgets/textbox.h
index 5ce93855..f49a9126 100644
--- a/include/widgets/textbox.h
+++ b/include/widgets/textbox.h
@@ -149,7 +149,7 @@ void textbox_text ( textbox *tb, const char *text );
/**
* @param tb Handle to the textbox
- * @param text The icon to show on the textbox
+ * @param icon The icon to show on the textbox
*
* Set the text to show. Cursor is moved to end (if visible)
*/