mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
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:
parent
4505b2f7b3
commit
7e53337ef1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user