Show
Ignore:
Timestamp:
09/28/07 21:38:59 (14 months ago)
Author:
eugene
Message:

Made default amount of messages per history page configurable in range of (2..200), ticket 821.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/optionsdlg.h

    r5417 r5446  
    269269  QVBoxLayout *layHistDisp; 
    270270  QVBoxLayout *layHistPreview; 
    271   QLabel *lblHistStyle, *lblHistDateFormat; 
     271  QLabel *lblHistStyle, *lblHistDateFormat, *lblHistMsgNum; 
    272272  QComboBox *cmbHistStyle; 
    273273  QCheckBox *chkHistVertSpacing; 
    274274  QCheckBox *chkHistReverse; 
    275275  QComboBox *cmbHistDateFormat; 
     276  QSpinBox *spnHistMsgNum; 
    276277  HistoryView* msgHistViewer; 
    277278