]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialog.h
cache results of Motif 2 and Motif-is-Lesstif tests
[wxWidgets.git] / include / wx / dialog.h
index 5f43cf3e869951ceb8d26d53d6adf145fdae9f60..8d054b7fa12a55549852e85b6dfcfc994acaa7cf 100644 (file)
@@ -58,7 +58,7 @@ public:
     // m_escapeId declaration and the docs for Set/GetEscapeId()
     void SetEscapeId(int escapeId) { m_escapeId = escapeId; }
     int GetEscapeId() const { return m_escapeId; }
-#else // 2.6
+#elif wxABI_VERSION > 20601
     // just a stub for 2.6
     int GetEscapeId() const { return wxID_ANY; }
 #endif