diff options
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/control/opendoccontrols.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/control/opendoccontrols.cxx b/dbaccess/source/ui/control/opendoccontrols.cxx index 539d9ded484c..72f664e7c4cc 100644 --- a/dbaccess/source/ui/control/opendoccontrols.cxx +++ b/dbaccess/source/ui/control/opendoccontrols.cxx @@ -174,7 +174,7 @@ namespace dbaui // our label should equal the UI text of the "Open" command OUString sLabel(GetCommandText(".uno:Open", m_sModule)); - SetText(OUString(' ') + sLabel.replaceAll("~", OUString())); + SetText(" " + sLabel.replaceAll("~", OUString())); // Place icon left of text and both centered in the button. SetModeImage( GetCommandIcon( ".uno:Open", m_sModule ) ); |