[vlc-devel] commit: qt4: fix a typo. ( Rémi Duraffort )
git version control
git at videolan.org
Sun Sep 27 21:07:51 CEST 2009
vlc | branch: 1.0-bugfix | Rémi Duraffort <ivoire at videolan.org> | Mon Aug 17 14:28:58 2009 +0200| [e7d65afef91543a333d4fe5b35cce0231b20d7d0] | committer: Jean-Baptiste Kempf
qt4: fix a typo.
(cherry picked from commit 74dc7c834fd81aaeb9a6996ca0b96c6e8fe98b85)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e7d65afef91543a333d4fe5b35cce0231b20d7d0
---
modules/gui/qt4/dialogs_provider.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp
index 0c4da89..c39bb2f 100644
--- a/modules/gui/qt4/dialogs_provider.cpp
+++ b/modules/gui/qt4/dialogs_provider.cpp
@@ -532,7 +532,7 @@ void DialogsProvider::saveAPlaylist()
char filter[24];
char module[12];
} types[] = {
- { N_("XSPF playlist (*.xpsf)"), "export-xspf", },
+ { N_("XSPF playlist (*.xspf)"), "export-xspf", },
{ N_("M3U playlist (*.m3u)"), "export-m3u", },
{ N_("HTML playlist (*.html)"), "export-html", },
};
More information about the vlc-devel
mailing list