uui/source/fltdlg.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 47fc3a3278a7aac0ba2d8f47eb10a83c0a5f40c7 Author: Herbert Dürr <[email protected]> Date: Thu Jul 4 14:50:22 2013 +0000 #i55152# the listbox in the filter selection dialog should be sorted diff --git a/uui/source/fltdlg.src b/uui/source/fltdlg.src index 2d0ec31..470a5c6 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; };
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
