Ticket #1389: licq_1.3.4-rc1_format_date_3_loki.patch
| File licq_1.3.4-rc1_format_date_3_loki.patch, 493 bytes (added by Loki, 2 years ago) |
|---|
-
licq-1.3.4-RC1/plugins/qt-gui/src/optionsdlg.cpp
222 222 } 223 223 224 224 if (isCustomDate) { 225 cmbDateFormat->setEnabled(false);226 225 chkCustomDateFormat->setChecked(true); 226 OptionsDlg::chkCustomDateFormatEnable(true); 227 } 228 else 229 { 230 OptionsDlg::chkCustomDateFormatEnable(false); 227 231 } 228 232 229 233 customDateFormat->setText(mainwin->m_nDateFormat);
