diff options
author | Herbert Dürr <hdu@apache.org> | 2013-07-04 14:50:22 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2013-07-04 14:50:22 +0000 |
commit | 47fc3a3278a7aac0ba2d8f47eb10a83c0a5f40c7 (patch) | |
tree | 22cccf7d45b2c884e2c4396f4a8ded9c6fd0a42c /uui | |
parent | 46b54b2fbe20d4ff4575198b5ee42acb9cb4e2ea (diff) |
#i55152# the listbox in the filter selection dialog should be sorted
Notes
Notes:
merged as: 613036b5a13d24eec395d32a0b5e9bfeb1197c14
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 2d0ec31f3d3e..470a5c63b2ed 100644 --- a/uui/source/fltdlg.src +++ b/uui/source/fltdlg.src @@ -54,7 +54,7 @@ ModalDialog DLG_FILTER_SELECT Pos = MAP_APPFONT ( 6 , 19 ) ; Size = MAP_APPFONT ( 182 , 175 ) ; TabStop = TRUE ; - Sort = FALSE ; + Sort = TRUE ; AutoHScroll = TRUE; }; |