From 058bb5d6c301a8aee5a52fa26e6b6fa0c395d57e Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 28 Jun 2009 20:09:40 +0000 Subject: (svn r16687) -Codechange: Perform re-initialization of windows with nested widgets after a language change. --- src/window_gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/window_gui.h') 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 ***/ -- cgit v1.2.3-54-g00ecf