]> git.lyx.org Git - features.git/commitdiff
Create and use a little setEnabled() xforms wrapper function.
authorAngus Leeming <leeming@lyx.org>
Mon, 5 Mar 2001 19:05:57 +0000 (19:05 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 5 Mar 2001 19:05:57 +0000 (19:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1677 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyx_gui.C

index cb58a866ea2daa2cd83e1d6f140b2ae7dda7273b..eee229e9bc21eb895c5318699c0372811a79e629 100644 (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