]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / lyxrc.h
index 3cf27a92435d4f315ba88e831665038e022b6e97..4844a92efe601b909f5c2e2c50a20d382a39ea59 100644 (file)
@@ -16,7 +16,6 @@
 #pragma interface
 #endif
 
-#include "ToolbarDefaults.h"
 #include "bufferparams.h"
 
 /// This contains the runtime configuration of LyX
@@ -38,10 +37,10 @@ public:
        ///
        int ReadBindFile(string const & name = "cua");
        ///
-       ToolbarDefaults toolbardefaults;
-       ///
        string bind_file;
        ///
+       string ui_file;
+       ///
        string printer;
        ///
        string print_command;