// Author: Vadim Zeitlin
// Modified by:
// Created: 20.09.99
-// RCS-ID: $Id$
// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// that the different words which compose this facename are
// not different adjectives or other data but rather all parts
// of the facename
- desc << wxT(" '") << face << _("'");
+ desc << wxT(" '") << face << wxT("'");
}
else
desc << wxT(' ') << face;