From 85ded0edc30895d1bf5dee5490747596630c80ef Mon Sep 17 00:00:00 2001 From: Jan Borsodi Date: Tue, 14 Sep 2010 22:15:35 +0200 Subject: [PATCH] Update description of the race dialog file. --- apps/openmw/mwgui/race.hpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/apps/openmw/mwgui/race.hpp b/apps/openmw/mwgui/race.hpp index b6dbbb830..749bf55b2 100644 --- a/apps/openmw/mwgui/race.hpp +++ b/apps/openmw/mwgui/race.hpp @@ -13,16 +13,8 @@ namespace MWWorld } /* - This file contains classes corresponding to all the dialogs - for the character generation, layouts are defined in resources/mygui/ *.xml. - - Each class inherites GUI::Layout and loads the XML file, and - provides some helper functions to manipulate the elements of the - window. - - The windows are never created or destroyed (except at startup and - shutdown), they are only hid. You can control visibility with - setVisible(). + This file contains the dialog for choosing a race. + Layout is defined by resources/mygui/openmw_chargen_race_layout.xml. */ namespace MWGui