Kaydet (Commit) a2297881 authored tarafından Caolán McNamara's avatar Caolán McNamara

sort charsets

Change-Id: I39e90729dd232fba787c592069d8689c4039dccc
üst 8e236ff0
...@@ -129,6 +129,7 @@ ScImportOptionsDlg::ScImportOptionsDlg( ...@@ -129,6 +129,7 @@ ScImportOptionsDlg::ScImportOptionsDlg(
get(m_pLbCharset, "charsetlist"); get(m_pLbCharset, "charsetlist");
m_pLbCharset->set_height_request(6 * m_pLbCharset->GetTextHeight()); m_pLbCharset->set_height_request(6 * m_pLbCharset->GetTextHeight());
} }
m_pLbCharset->SetStyle(m_pLbCharset->GetStyle() | WB_SORT);
m_pLbCharset->Show(); m_pLbCharset->Show();
get(m_pFtFieldSep, "fieldft"); get(m_pFtFieldSep, "fieldft");
get(m_pEdFieldSep, "field"); get(m_pEdFieldSep, "field");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment