summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-05-24 16:30:10 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-05-24 16:30:10 +1000
commitb26477e70681799f1d34bb32a5c2beaff714ef59 (patch)
treeba0394293fc138ca80ab3f3e849a980a377eb462
parent7915c3958990684f259df3745b74687ab1ad3416 (diff)
fdo#39468 translate German comment to English in vcl/source/window/window.cxx
Change-Id: I273eee24a110f1980948b4d330ad6492a089c74b
-rw-r--r--vcl/source/window/window.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 264bcf1eac91..1405fdf3a4bd 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -1660,8 +1660,8 @@ void Window::ImplPosSizeWindow( long nX, long nY,
mnOutHeight-mpWindowImpl->mpClientWindow->mpWindowImpl->mnTopBorder-mpWindowImpl->mpClientWindow->mpWindowImpl->mnBottomBorder,
WINDOW_POSSIZE_X | WINDOW_POSSIZE_Y |
WINDOW_POSSIZE_WIDTH | WINDOW_POSSIZE_HEIGHT );
- // Wenn wir ein ClientWindow haben, dann hat dieses fuer die
- // Applikation auch die Position des FloatingWindows
+ // If we have a client window, then this is the position
+ // of the Application's floating windows
mpWindowImpl->mpClientWindow->mpWindowImpl->maPos = mpWindowImpl->maPos;
if ( bNewPos )
{