]> 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 fec0046b11ccd9b6dbd84a30a4cc49b20e9207ad..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
@@ -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;