OSDN Git Service

ShapeFusion 0.6とマージ。
[marathon/ShapeFusion.git] / ShapeFusionDocManager.cpp
index d98f240..d1b71a2 100644 (file)
@@ -41,9 +41,9 @@ wxDocTemplate* ShapeFusionDocManager::FindTemplateForPath(const wxString& path)
        wxFileName filename(path);
        wxString ext = filename.GetExt();
        
-       if (ext == _("sndA") || ext == _("snd2")) {
+       if (ext == wxT("sndA") || ext == wxT("snd2")) {
                return ::FindTemplate(GetTemplates(), _("Sounds"));
-       } else if (ext == _("shpA") || ext == _("shp2")) {
+       } else if (ext == wxT("shpA") || ext == wxT("shp2")) {
                return ::FindTemplate(GetTemplates(), _("Shapes"));
        }