]> git.lyx.org Git - features.git/commitdiff
Changes to get the Gnome frontend to compile again.
authorBaruch Even <baruch@lyx.org>
Sun, 29 Apr 2001 10:47:13 +0000 (10:47 +0000)
committerBaruch Even <baruch@lyx.org>
Sun, 29 Apr 2001 10:47:13 +0000 (10:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1973 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/gnome/Dialogs.C
src/frontends/gnome/GnomeBase.C

index f90f5bf91f1cee1e142de83e96bd38240d6dfeba..8886d5187b34792030f9b05588e8c00082b9a61c 100644 (file)
 #pragma implementation
 #endif
 
-#include "Dialogs.h"
+#include "gettext.h"
 
+#include "Dialogs.h"
 #include "gnomeBC.h"
 
+#include "ControlSplash.h"
 #include "ControlBibitem.h"
 #include "ControlBibtex.h"
 #include "ControlCharacter.h"
index 1872eb1250d28ef8db35764af2d6ee1bb1587673..81f804b1f035d95aeb1f17a074af6d280c38adad 100644 (file)
@@ -45,7 +45,7 @@ void GnomeBase::loadXML() const
 
        if (file.empty()) {
                lyxerr << "Cannot find glade file. Aborting." << std::endl;
-               Assert(true);
+               lyx::Assert(true);
        }
        
        lyxerr[Debug::GUI] << "Glade file to open is " << file << '\n';