oops, commiting too fast, forgot to fix a small typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-02-16 01:44:38 +00:00
parent 2739864340
commit 06534aa178

View File

@@ -127,7 +127,7 @@ static void wxCaptureScreenshot(bool activeWindowOnly)
}
g_displayDC->savePNGFromDC(screenshot.mb_str(),
r.x, r. y, r.width, r.height);
r.x, r. y, r.x+r.width, r.y+r.height);
wxMessageBox(_("Screenshot captured: ") + wxString(screenshot));
}