]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/dialogs.h
updated for 10.5 minimum
[wxWidgets.git] / samples / dialogs / dialogs.h
index 68dc77d2a4724299d3f4a8b01199e5cc85f5d39b..54a2fe31383ec57cdf344319b883cc78b3a2810c 100644 (file)
@@ -208,7 +208,7 @@ public:
     bool Create();
 
 protected:
-    wxString GetTitle() { return m_textTitle->GetValue(); }
+    wxString GetBoxTitle() { return m_textTitle->GetValue(); }
     wxString GetMessage() { return m_textMsg->GetValue(); }
     long GetStyle();