summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-06-28 20:09:40 +0000
committeralberth <alberth@openttd.org>2009-06-28 20:09:40 +0000
commit058bb5d6c301a8aee5a52fa26e6b6fa0c395d57e (patch)
treece9dfdb09a847c6dd3e52aab4da40ade46ec26d3 /src/window_gui.h
parent337c707fa1f25bdae7a7fa4044d05ba03a33ee0d (diff)
downloadopenttd-058bb5d6c301a8aee5a52fa26e6b6fa0c395d57e.tar.xz
(svn r16687) -Codechange: Perform re-initialization of windows with nested widgets after a language change.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 2821dfbd7..bc3237ce4 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -429,6 +429,7 @@ public:
void DeleteChildWindows() const;
void SetDirty() const;
+ void ReInit();
/*** Event handling ***/