dbaccess/source/ui/dlg/AutoControls_tmpl.hrc | 3 +-- setup_native/source/win32/msi-encodinglist.txt | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-)
New commits: commit cffc33706f6eb1d85f6da8600a98f4ef9f5c43a8 Author: Matthias Seidel <[email protected]> AuthorDate: Wed Jun 19 23:54:32 2019 +0000 Commit: Matthias Seidel <[email protected]> CommitDate: Wed Jun 19 23:54:32 2019 +0000 Removed some whitespace, changed String diff --git a/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc b/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc index e8ac2e31746e..5380419ac6d9 100644 --- a/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc +++ b/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc @@ -21,7 +21,6 @@ - #ifndef _DBAUI_AUTOCONTROLS_HRC_ #define _DBAUI_AUTOCONTROLS_HRC_ @@ -92,7 +91,7 @@ Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ; \ HelpId = AUTO_HID2; \ TabStop = TRUE ; \ - Text[ en-US ] = "Browse"; \ + Text[ en-US ] = "Browse..."; \ }; // -------------------------------------------------------------------------------------------------- commit 1ef42d9e4d96b2010ff569eb51a2207c0e755e1d Author: Matthias Seidel <[email protected]> AuthorDate: Wed Jun 19 23:23:20 2019 +0000 Commit: Matthias Seidel <[email protected]> CommitDate: Wed Jun 19 23:23:20 2019 +0000 Removed empty lines introduced in my last commit. diff --git a/setup_native/source/win32/msi-encodinglist.txt b/setup_native/source/win32/msi-encodinglist.txt index 687a133d76cc..f78899d12a03 100644 --- a/setup_native/source/win32/msi-encodinglist.txt +++ b/setup_native/source/win32/msi-encodinglist.txt @@ -18,9 +18,6 @@ # under the License. # # ************************************************************* - - - # Syntax: language ANSI-Codepage LCID # comment lines begin with hash af 1252 1078 # Afrikaans _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
