X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..0d53638f7147c18153f63fdfc096b17be6e22a27:/src/dfb/wrapdfb.cpp?ds=sidebyside diff --git a/src/dfb/wrapdfb.cpp b/src/dfb/wrapdfb.cpp index eb7f3e8c1c..f62e9c367b 100644 --- a/src/dfb/wrapdfb.cpp +++ b/src/dfb/wrapdfb.cpp @@ -3,7 +3,6 @@ // Purpose: wx wrappers for DirectFB interfaces // Author: Vaclav Slavik // Created: 2006-09-04 -// RCS-ID: $Id$ // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -61,7 +60,7 @@ bool wxDfbCheckReturn(DFBResult code) default: // FIXME: should handle the errors individually - wxLogError(_("DirectFB error %d occured."), (int)code); + wxLogError(_("DirectFB error %d occurred."), (int)code); return false; } }