[Libreoffice-commits] core.git: Branch 'aoo/trunk' - uui/source
Herbert Dürr
hdu at apache.org
Thu Jul 4 09:07:34 PDT 2013
uui/source/fltdlg.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 47fc3a3278a7aac0ba2d8f47eb10a83c0a5f40c7
Author: Herbert Dürr <hdu at apache.org>
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;
};
More information about the Libreoffice-commits
mailing list