X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe8635a7e78715344f0f4b6abc9d797931429333..17d98558b35b75e3cad68d96841b4fa5a0c7e6ee:/src/common/gaugecmn.cpp diff --git a/src/common/gaugecmn.cpp b/src/common/gaugecmn.cpp index a41d08ef3e..b8711937e4 100644 --- a/src/common/gaugecmn.cpp +++ b/src/common/gaugecmn.cpp @@ -6,7 +6,7 @@ // Created: 20.02.01 // RCS-ID: $Id$ // Copyright: (c) 2001 Vadim Zeitlin -// License: wxWindows licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -31,7 +31,7 @@ #include "wx/gauge.h" -const wxChar wxGaugeNameStr[] = wxT("gauge"); +const char wxGaugeNameStr[] = "gauge"; // ============================================================================ // implementation