]> git.saurik.com Git - wxWidgets.git/commitdiff
Replace @since 2.9.6 with 3.0 in the docs.
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 2 Sep 2013 12:17:06 +0000 (12:17 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 2 Sep 2013 12:17:06 +0000 (12:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/event.h
interface/wx/filename.h

index b80624003d7273981e8bcb4b414b0964f493ca7a..3f499ccd87431f39471e73f3a006e37c8d4e09d7 100644 (file)
@@ -563,7 +563,7 @@ public:
                (Visual Studio 2005) as earlier versions of the compiler don't
                have the required support for C++ templates to implement it.
 
-         @since 2.9.6
+         @since 3.0
      */
     template<typename T>
     void CallAfter(const T& functor);
index 05383c3a897bef9767565efe390502de7794efb7..344b5f82250cffc0887b915654c90c77634d7f27 100644 (file)
@@ -1263,7 +1263,7 @@ public:
             The new permissions: this should be a combination of
             ::wxPosixPermissions enum elements.
 
-        @since 2.9.6
+        @since 3.0
 
         @note If this is a symbolic link and it should not be followed
               this call will fail.