summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authorJ0an Josep <juanjo.ng.83@gmail.com>2018-07-23 14:39:13 +0200
committerMichael Lutz <michi@icosahedron.de>2018-07-23 20:32:18 +0200
commit8975318286cd4d7c3da768331987bbf8375394e5 (patch)
tree550499805f0ef6df4c750eec21b0f5691a725952 /src/window_type.h
parent0bca1c53c96a5ba69f81906b3d459a0682bd8111 (diff)
downloadopenttd-8975318286cd4d7c3da768331987bbf8375394e5.tar.xz
Fix 2a868b9f3b8e3b5f8b9e5f728f628ec88fd5e3ad: Expose widgets and windows to scripts and fix documentation.
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 c90ef51b6..7185bfcb4 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -689,7 +689,7 @@ enum WindowClass {
/**
* Frame time graph; %Window numbers:
- * - 0 = #FramerateDisplayWidgets
+ * - 0 = #FrametimeGraphWindowWidgets
*/
WC_FRAMETIME_GRAPH,