X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b192a24c92bdd1620020825beaa346a3f61dc5ae..dd38c87578df7a24a491401c943988e2bc89b62b:/src/mac/joystick.cpp

diff --git a/src/mac/joystick.cpp b/src/mac/joystick.cpp
index 2aecad336d..156b9b2657 100644
--- a/src/mac/joystick.cpp
+++ b/src/mac/joystick.cpp
@@ -1,21 +1,21 @@
 /////////////////////////////////////////////////////////////////////////////
 // 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__
 #pragma implementation "joystick.h"
 #endif
 
-#include <wx/setup.h>
+#include "wx/setup.h"
 
-#include <wx/joystick.h>
+#include "wx/joystick.h"
 
 #if wxUSE_JOYSTICK
 
@@ -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