Fix a typo in the doxygen documentation for widget.h.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5959 4a71c877-e1ca-e34f-864e-861f7616d084
master
Freddie Witherden 2008-09-07 21:10:31 +00:00
parent 21fdab0117
commit c174efd0c7
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ int widgetAddEventHandler(widget *self, eventType type, callback handler,
/**
* Similar to widgetAddEventHandler in many respects, except that it is designed
* to add timer event handlers (EVT_TIMER_ONE_SHOT and EVT_TIMER_PERSISTENT).
* to add timer event handlers (EVT_TIMER_SINGLE_SHOT and EVT_TIMER_PERSISTENT).
*
* @param self The widget to add the timer event handler to.
* @param type The type of the timer to register the handler for.