mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
Changes to get the Gnome frontend to compile again.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1973 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6ede3a6c89
commit
b2423d2e17
@ -14,10 +14,12 @@
|
||||
#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"
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user