# HG changeset patch # User Torsten # Date 1368882393 -7200 # Node ID f6dfc77056238cbda3a35fe243ce136f8f761721 # Parent 558e1ce7247bece11ecdf9fe0c97dd7280350682 * settings-dialog.cc: enable octave lexer editor styles if lexer is present diff -r 558e1ce7247b -r f6dfc7705623 libgui/src/settings-dialog.cc --- a/libgui/src/settings-dialog.cc Fri May 17 13:56:52 2013 -0400 +++ b/libgui/src/settings-dialog.cc Sat May 18 15:06:33 2013 +0200 @@ -37,12 +37,13 @@ #include #if defined (HAVE_QSCI_QSCILEXEROCTAVE_H) -//#define HAVE_LEXER_OCTAVE +#define HAVE_LEXER_OCTAVE #include #elif defined (HAVE_QSCI_QSCILEXERMATLAB_H) -//#define HAVE_LEXER_MATLAB +#define HAVE_LEXER_MATLAB #include #endif + #include #include #include