win32: Fix up error message

This commit is contained in:
Alexander Larsson
2011-11-09 13:20:14 +01:00
parent b2f91bcb8f
commit a9b127660b

View File

@@ -1860,7 +1860,7 @@ _gdk_win32_drawable_acquire_dc (GdkDrawable *drawable)
impl->handle);
if (!impl->saved_dc_bitmap)
{
WIN32_GDI_FAILED ("CreateCompatibleDC");
WIN32_GDI_FAILED ("SelectObject");
DeleteDC (impl->hdc);
impl->hdc = NULL;
}