]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/mdi.h
added wxStandardPaths::GetAppDocumentsDir() and use it by default for loading/saving...
[wxWidgets.git] / interface / wx / mdi.h
index 63119a136826aae0eaac6bf8f81fa563ab46a3bd..83627cd2c3f1a40977c53838fe7c76bcb127a3c5 100644 (file)
@@ -281,7 +281,7 @@ public:
 
         @code
         frame = new MyParentFrame;
-        frame->Create(parent, myParentFrameId, wxT("My Parent Frame"));
+        frame->Create(parent, myParentFrameId, "My Parent Frame");
         @endcode
 
         @remarks