Ticket #1389: licq_1.3.4-rc1_format_date_2_loki.patch
| File licq_1.3.4-rc1_format_date_2_loki.patch, 403 bytes (added by Loki, 2 years ago) |
|---|
-
optionsdlg.cpp
211 211 chkMsgChatView->setChecked(mainwin->m_bMsgChatView); 212 212 213 213 unsigned short int isCustomDate = 1; 214 for (int i = 1; i < cmbDateFormat->count(); i++)214 for (int i = 0; i < cmbDateFormat->count(); i++) 215 215 { 216 216 if (cmbDateFormat->text(i) == mainwin->m_nDateFormat) 217 217 {
