From 1a10cacfb900c822ef5a53f455af7874675d37c5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 4 Aug 2006 13:55:53 +0000 Subject: Renamed handleScreenChanged() -> reflowLayout() in the GUI code svn-id: r23662 --- gui/dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/dialog.h') diff --git a/gui/dialog.h b/gui/dialog.h index 4371cd3d4e..f418772ef0 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -62,7 +62,7 @@ public: void releaseFocus(); - virtual void handleScreenChanged(); + virtual void reflowLayout(); protected: virtual void open(); -- cgit v1.2.3