Added popup widget in Options menu to change GUI renderer on the fly.

svn-id: r33898
This commit is contained in:
Vicent Marti 2008-08-15 11:05:25 +00:00
parent 8e60e6c558
commit 1b0c29cb01
14 changed files with 57 additions and 11 deletions

View file

@ -170,7 +170,7 @@ protected:
// Misc controls
//
StaticTextWidget *_curTheme;
PopUpWidget *_rendererPopUp;
PopUpWidget *_autosavePeriodPopUp;
};