summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-11-05 19:45:45 +0000
committerfrosch <frosch@openttd.org>2012-11-05 19:45:45 +0000
commitd1c17394ec960d6e9489e0c1d45fdf3fdbdd3923 (patch)
tree6771ae4c3e1272ed6a0f4f4db5cc3b4949a012dd /src/window_type.h
parent9044138097d4eda1969ac9f8dabc2fa5338317e6 (diff)
downloadopenttd-d1c17394ec960d6e9489e0c1d45fdf3fdbdd3923.tar.xz
(svn r24663) -Codechange: Unify the naming of widget enums.
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_type.h b/src/window_type.h
index e6643a818..6d5456cb7 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -56,7 +56,7 @@ enum WindowClass {
/**
* Statusbar (at the bottom of your screen); %Window numbers:
- * - 0 = #StatusbarWidget
+ * - 0 = #StatusbarWidgets
*/
WC_STATUS_BAR,