diff options
author | Herbert Dürr <hdu@apache.org> | 2013-07-04 14:50:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-05 08:52:51 +0100 |
commit | 613036b5a13d24eec395d32a0b5e9bfeb1197c14 (patch) | |
tree | 35784f8f912d5dbabd0fd5e31f429d39d771f8ae /uui | |
parent | 77de9a5ec5f234120a967fc003cd018e803e1afd (diff) |
Resolves: #i55152# the listbox in the filter selection dialog should be sorted
(cherry picked from commit 47fc3a3278a7aac0ba2d8f47eb10a83c0a5f40c7)
Change-Id: I07215bb62dbedcb2d9baa0fd6d66a3ebe30f540e
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/fltdlg.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/fltdlg.src b/uui/source/fltdlg.src index a64b65b651af..3379f8ce5865 100644 --- a/uui/source/fltdlg.src +++ b/uui/source/fltdlg.src @@ -45,7 +45,7 @@ ModalDialog DLG_FILTER_SELECT Pos = MAP_APPFONT ( 6 , 19 ) ; Size = MAP_APPFONT ( 182 , 175 ) ; TabStop = TRUE ; - Sort = FALSE ; + Sort = TRUE ; AutoHScroll = TRUE; }; |