|
|
|
@ -21,10 +21,10 @@ diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
|
|
|
|
|
index 373143b..d2336ec 100644
|
|
|
|
|
--- a/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;
|
|
|
|
|
ResId aResId( nResId, *pResMgr );
|
|
|
|
|
aText = String( aResId );
|
|
|
|
|
aText = ResId(nResId, *pResMgr).toString();
|
|
|
|
|
-
|
|
|
|
|
- // Windows (apparently) has some magic auto-accelerator evil around
|
|
|
|
|
- // ok / cancel so add this only for Unix
|
|
|
|
|