]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/bitmap_font.cpp
Ehm, this is 0.9.0-test2, not 0.8.6i *coughcough*
[vlc] / modules / gui / skins2 / src / bitmap_font.cpp
index fb51e1dc6ee004da4495f5046a8e01ce95b6cdb5..3a9bd295f28390fab73ce93bba64b1a9dbcf9f61 100644 (file)
@@ -18,7 +18,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.
  *****************************************************************************/
 
 #include "bitmap_font.hpp"
@@ -43,6 +43,7 @@ BitmapFont::BitmapFont( intf_thread_t *pIntf, const GenericBitmap &rBitmap,
         {
             m_table['0'+i].m_xPos = i * m_width;
         }
+        m_table[(size_t)' '].m_xPos = 10 * m_width;
         m_table[(size_t)'-'].m_xPos = 11 * m_width;
     }
     else if( rType == "text" )