X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d497dca47560bb375902c2a261d819e7470a92b3..d77d9398e423e48984ef5c290b6b029ed3d599fd:/src/mac/carbon/joystick.cpp?ds=sidebyside diff --git a/src/mac/carbon/joystick.cpp b/src/mac/carbon/joystick.cpp index bfe4ee3533..156b9b2657 100644 --- a/src/mac/carbon/joystick.cpp +++ b/src/mac/carbon/joystick.cpp @@ -1,12 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// // Name: joystick.cpp // Purpose: wxJoystick class -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ @@ -113,7 +113,7 @@ int wxJoystick::GetProductId() const wxString wxJoystick::GetProductName() const { // TODO - return wxString(""); + return wxString(wxT("")); } int wxJoystick::GetXMin() const @@ -282,5 +282,5 @@ bool wxJoystick::ReleaseCapture() } #endif - // wxUSE_JOYSTICK + // wxUSE_JOYSTICK