]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/utils/ustring.hpp
Fix the activation or not of advanced buttons in fullscreen controller
[vlc] / modules / gui / skins2 / utils / ustring.hpp
index aa5d69682a9e6784741bf42239f0e37e84b2c8db..90175b6c214f4ccccac31eb7684d2deef4f1d309 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 USTRING_HPP
@@ -82,6 +82,9 @@ class UString: public SkinObject
         /// characters in this string starting at index position
         UString substr( uint32_t position = 0, uint32_t n = npos) const;
 
+        /// Build a string from an integer
+        static UString fromInt(intf_thread_t *pIntf, int number);
+
         /// XXX: temporary
         void debug() const;