From: Jean-Baptiste Kempf Date: Mon, 14 Jun 2010 22:44:48 +0000 (+0200) Subject: Remove trailing space. X-Git-Tag: 1.2.0-pre1~6182 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f03b6a09a7b37a87e1ea45ca4bfa6355b88ca15b;p=vlc Remove trailing space. --- diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am index 9c76688920..01fd039f89 100644 --- a/modules/gui/qt4/Modules.am +++ b/modules/gui/qt4/Modules.am @@ -186,7 +186,7 @@ DEPS_res = \ pixmaps/win7/win7thumbnail_pause.png \ pixmaps/win7/win7thumbnail_prev.png \ pixmaps/win7/win7thumbnail_next.png \ - pixmaps/win7/win7thumbnail_stop.png \ + pixmaps/win7/win7thumbnail_play.png \ pixmaps/update.png \ pixmaps/lock.png @@ -313,7 +313,7 @@ noinst_HEADERS = \ components/interface_widgets.hpp \ components/controller.hpp \ components/controller_widget.hpp \ - components/epg/EPGChannels.hpp \ + components/epg/EPGChannels.hpp \ components/epg/EPGEvent.hpp \ components/epg/EPGItem.hpp \ components/epg/EPGRuler.hpp \