-static const wxChar* gs_fp_es_family_labels[] = {
- wxS("Default"), wxS("Decorative"),
- wxS("Roman"), wxS("Script"),
- wxS("Swiss"), wxS("Modern"),
- wxS("Teletype"), wxS("Unknown"),
+//
+// NB: Do not use wxS here since unlike wxT it doesn't translate to wxChar*
+//
+
+static const wxChar* const gs_fp_es_family_labels[] = {
+ wxT("Default"), wxT("Decorative"),
+ wxT("Roman"), wxT("Script"),
+ wxT("Swiss"), wxT("Modern"),
+ wxT("Teletype"), wxT("Unknown"),