]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct wrong port-specific note in AutoCompleteFileNames() documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Apr 2011 23:15:04 +0000 (23:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Apr 2011 23:15:04 +0000 (23:15 +0000)
This function is only implemented in wxMSW, not wxGTK2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/textentry.h

index a5894931ba07edfd9824c92c165ab9a678efa45d..a2c7b7f8b6154541295bc9595a1851d6c6d2e358 100644 (file)
@@ -98,7 +98,7 @@ public:
         Call this function to enable auto-completion of the text typed in a
         single-line text control using all valid file system paths.
 
-        Notice that currently this function is only implemented in wxGTK2 port
+        Notice that currently this function is only implemented in wxMSW port
         and does nothing under the other platforms.
 
         @since 2.9.0