]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/os_tooltip.hpp
skins2/src/ft2_font.*: s/initalize/initialize/
[vlc] / modules / gui / skins2 / src / os_tooltip.hpp
index 4b40bec495afa9be3bb0f8a475b0bf7b523139a3..c3da5a60a8086761c610bcb132d92b6a12e3afd1 100644 (file)
@@ -5,7 +5,7 @@
  * $Id$
  *
  * Authors: Cyril Deguet     <asmax@via.ecp.fr>
- *          Olivier Teulière <ipkiss@via.ecp.fr>
+ *          Olivier Teulière <ipkiss@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef OS_TOOLTIP_HPP
@@ -36,10 +36,10 @@ class OSTooltip: public SkinObject
     public:
         virtual ~OSTooltip() {}
 
-        // Show the tooltip
+        /// Show the tooltip
         virtual void show( int left, int top, OSGraphics &rText ) = 0;
 
-        // Hide the tooltip
+        /// Hide the tooltip
         virtual void hide() = 0;
 
     protected: