Just some doxy fixes to make the sentence sound sane.

SVN revision: 27968
This commit is contained in:
Christopher Michael 2007-01-14 16:48:20 +00:00
parent 3419d74c84
commit c98c099d95
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
* @text - the text show in the dialog
* @button_text - "yes" button text
* @button2_text - "no" button text
* func - the function is called if yes is pressed
* func2 - the function is called if no is pressed
* func - the function to call if yes is pressed
* func2 - the function to call if no is pressed
* data - the pointer passed to func
* data2 - the pointer passed to func2
*/