Show
Ignore:
Timestamp:
02/16/07 05:47:30 (22 months ago)
Author:
flynd
Message:

Added option to use double Return instead of Ctrl+Return as requested in #1492.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/mainwin.cpp

    r4844 r4857  
    409409  delete MLEditWrap::editFont; 
    410410  MLEditWrap::editFont = new QFont(f); 
     411  licqConf.ReadBool("UseDoubleReturn", MLEditWrap::useDoubleReturn, false); 
    411412 
    412413  licqConf.ReadBool("GridLines", m_bGridLines, false); 
     
    35353536                     *MLEditWrap::editFont == defaultFont) ? 
    35363537                     "default" : MLEditWrap::editFont->toString().latin1()); 
     3538  licqConf.WriteBool("UseDoubleReturn", MLEditWrap::useDoubleReturn); 
    35373539  licqConf.WriteBool("GridLines", m_bGridLines); 
    35383540  licqConf.WriteBool("FontStyles", m_bFontStyles);