X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Ftips.cpp;h=b97021dd7f2d016ff610d04aa3d701471d3ca752;hp=20acf99d0b9b17bc06abfe6f1c35baa3529bf89b;hb=f7ee98f7d964ed361068179f0e7ea4475ed1abdf;hpb=87f312d59cabca5080b481a20314601ea476c4be diff --git a/src/tips.cpp b/src/tips.cpp index 20acf99..b97021d 100644 --- a/src/tips.cpp +++ b/src/tips.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: tips.cpp,v 1.4 2003/07/04 21:39:40 kevin Exp $ +** $Id$ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -83,7 +83,7 @@ CTSimTipProvider::GetTip() size_t iThisTip = m_iCurrentTip; ++m_iCurrentTip; - return wxString (s_aszTips[iThisTip]); + return wxString (wxConvUTF8.cMB2WX(s_aszTips[iThisTip])); } size_t