]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/iconloc.h
use wxEmptyString as default value to return from GetAttribute()
[wxWidgets.git] / interface / iconloc.h
index 855736748ca74ac1b4675753035f80d4065032b9..4ed130a56c5d4ba008d9bdd065a982ce3bf09730 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        iconloc.h
-// Purpose:     documentation for wxIconLocation class
+// Purpose:     interface of wxIconLocation
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -25,8 +25,7 @@
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxIcon, wxFileType::GetIcon
+    @see wxIcon, wxFileType::GetIcon
 */
 class wxIconLocation
 {
@@ -37,3 +36,4 @@ public:
     */
     bool IsOk() const;
 };
+