--- Frodo4/Src/Prefs.cpp 2004/01/12 14:25:22 1.4 +++ Frodo4/Src/Prefs.cpp 2004/01/13 19:52:48 1.6 @@ -1,7 +1,7 @@ /* * Prefs.cpp - Global preferences * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -419,3 +419,7 @@ bool Prefs::Save(char *filename) #ifdef WIN32 #include "Prefs_WIN32.h" #endif + +#ifdef HAVE_GLADE +#include "Prefs_glade.h" +#endif