summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-05-25 14:30:49 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-05-25 14:30:49 +1000
commit0ccced3941c003505db64f562431a454415a56c5 (patch)
tree2fe21bde4deb2dd7bf9d1ef264cf16b5a99aa448
parent788228e4aec06501a0e73193ba85fcdeef7efb69 (diff)
fdo#39468: translate comment in Window::ImplInit()
Change-Id: Ibf9a7ef8edaa608aa0c13b8e4307e27a6789fa7d
-rw-r--r--vcl/source/window/window.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 01b330812df5..632f881e6d4b 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -850,7 +850,7 @@ void Window::ImplInit( Window* pParent, WinBits nStyle, SystemParentData* pSyste
ImplSVData* pSVData = ImplGetSVData();
Window* pRealParent = pParent;
- // 3D-Look vererben
+ // inherit 3D look
if ( !mpWindowImpl->mbOverlapWin && pParent && (pParent->GetStyle() & WB_3DLOOK) )
nStyle |= WB_3DLOOK;