]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/reader.h
wxMediaCtrl patch from Ryan:
[wxWidgets.git] / demos / life / reader.h
index 803d21963713bf37d776233841f3c2ecafbd6705..2a88cd065f313ac95fbb1e9e84222a8ce05cd905 100644 (file)
@@ -45,7 +45,7 @@ public:
     inline wxArrayString GetShape() const       { return m_shape; };
     inline LifePattern   GetPattern() const
     {
-        return LifePattern(_(""), m_description, m_rules, m_shape);
+        return LifePattern(wxEmptyString, m_description, m_rules, m_shape);
     };
 
 private: