summaryrefslogtreecommitdiff
path: root/src/news_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-12-13 21:12:36 +0000
committeralberth <alberth@openttd.org>2009-12-13 21:12:36 +0000
commite0393a3de1b8c7dddd7b5b86d17202469810e209 (patch)
treef72df7c29d39c3cf401516eed07ab27b278a9bf2 /src/news_gui.cpp
parenta8e9891f4525d1ee4f55b908e30f48ad5fab4b9d (diff)
downloadopenttd-e0393a3de1b8c7dddd7b5b86d17202469810e209.tar.xz
(svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Eddi), and a typo fix.
Diffstat (limited to 'src/news_gui.cpp')
-rw-r--r--src/news_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/news_gui.cpp b/src/news_gui.cpp
index b1ca87f7d..8362de96d 100644
--- a/src/news_gui.cpp
+++ b/src/news_gui.cpp
@@ -658,7 +658,7 @@ static void MoveToNextItem()
* @param ref2 Reference 2 to some object: Used for scrolling after clicking on the news, and for deleteing the news when the object is deleted.
* @param free_data Pointer to data that must be freed once the news message is cleared
*
- * @see NewsSubype
+ * @see NewsSubtype
*/
void AddNewsItem(StringID string, NewsSubtype subtype, NewsReferenceType reftype1, uint32 ref1, NewsReferenceType reftype2, uint32 ref2, void *free_data)
{