re-fix patch

f41
Caolán McNamara 12 years ago
parent 62ff7cb218
commit e258bcf207

@ -21,10 +21,10 @@ diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 373143b..d2336ec 100644 index 373143b..d2336ec 100644
--- a/vcl/source/control/button.cxx --- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx
@@ -152,13 +152,15 @@ XubString Button::GetStandardText( StandardButtonType eButton ) @@ -151,13 +151,15 @@
{
sal_uInt32 nResId = aResIdAry[(sal_uInt16)eButton].nResId; sal_uInt32 nResId = aResIdAry[(sal_uInt16)eButton].nResId;
ResId aResId( nResId, *pResMgr ); aText = ResId(nResId, *pResMgr).toString();
aText = String( aResId );
- -
- // Windows (apparently) has some magic auto-accelerator evil around - // Windows (apparently) has some magic auto-accelerator evil around
- // ok / cancel so add this only for Unix - // ok / cancel so add this only for Unix

Loading…
Cancel
Save