aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-08-29 03:28:59 +0200
committerEinar Johan Trøan Sømåen2014-08-29 03:28:59 +0200
commite34a8fe9eb3b53e00a4be0fde51929b853854c42 (patch)
tree74d8bb9da47ec578d6150a418ccd4f385575485b /gui/ThemeEngine.h
parent2fa13404380ddb1f9fe364d78d84f2b9309a44b7 (diff)
downloadscummvm-rg350-e34a8fe9eb3b53e00a4be0fde51929b853854c42.tar.gz
scummvm-rg350-e34a8fe9eb3b53e00a4be0fde51929b853854c42.tar.bz2
scummvm-rg350-e34a8fe9eb3b53e00a4be0fde51929b853854c42.zip
GUI: Fix some Doxygen comments that seem wrong.
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r--gui/ThemeEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index 4dffb13e71..68be2e0b26 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -433,7 +433,7 @@ public:
* Interface for the ThemeParser class: Loads a font to use on the GUI from the given
* filename.
*
- * @param fextId Identifier name for the font.
+ * @param textId Identifier name for the font.
* @param file Filename of the non-scalable font version.
* @param scalableFile Filename of the scalable version. (Optional)
* @param pointsize Point size for the scalable font. (Optional)