Create and use a little setEnabled() xforms wrapper function.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1677 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-03-05 19:05:57 +00:00
parent 4505b2f7b3
commit 7e53337ef1

View File

@ -41,7 +41,7 @@
#include "ColorHandler.h"
#include "frontends/Dialogs.h"
#include "frontends/GUIRunTime.h"
#include "frontends/xforms/xform_helpers.h" // for XformColor
#include "frontends/xforms/xforms_helpers.h" // for XformColor
using std::endl;
@ -287,7 +287,7 @@ void LyXGUI::create_forms()
// should a mapping exist.
{
string filename = AddName(user_lyxdir, "preferences.xform");
XformColor::read( filename );
XformsColor::read( filename );
}
// Show the main & title form