Change the default location of the gui lib.

This commit is contained in:
Mark de Wever 2008-03-14 18:17:54 +00:00
parent 6d21b980d6
commit f29f87f391

View file

@ -62,7 +62,7 @@ void load_settings()
screen_height = rect.h;
config cfg;
const std::string& filename = "data/hardwired/gui.cfg";
const std::string& filename = "data/gui/default.cfg";
try {
scoped_istream stream = preprocess_file(filename);
read(cfg, *stream);