Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h

svn-id: r35668
This commit is contained in:
Johannes Schickel 2009-01-02 03:21:40 +00:00
parent 4ec7876972
commit 690b88f982
34 changed files with 33 additions and 33 deletions

View file

@ -26,7 +26,7 @@
#include "common/str.h"
#include "common/system.h"
#include "gui/message.h"
#include "gui/newgui.h"
#include "gui/GuiManager.h"
#include "gui/ThemeEval.h"
#include "gui/widget.h"