From f80ecb895354bfaa06cbf0e398383b243f1a20bf Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 30 Sep 2013 23:48:34 +0000 Subject: [PATCH] No changes, just use "@since 3.0" consistently in the documentation. This was the only place where "@since 3.0.0" was used, replace it with just "3.0" for consistency with all the others. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/protocol/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/protocol/http.h b/interface/wx/protocol/http.h index 744947e..07295dd 100644 --- a/interface/wx/protocol/http.h +++ b/interface/wx/protocol/http.h @@ -100,7 +100,7 @@ public: @param method HTTP method name, e.g. "GET". - @since 3.0.0 + @since 3.0 @see SetPostBuffer(), SetPostText() */ -- 2.7.4