[vlc-devel] commit: Qt: remove trailing space. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Jan 2 16:03:04 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 2 15:59:11 2009 +0100| [878d94af4874719ae689c172c39d024566c57409] | committer: Jean-Baptiste Kempf
Qt: remove trailing space.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=878d94af4874719ae689c172c39d024566c57409
---
modules/gui/qt4/qt4.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index 3f7d7c5..88a47c8 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -158,7 +158,7 @@ static const char *const psz_mode_list_text[] =
vlc_module_begin ()
set_shortname( "Qt" )
set_description( N_("Qt interface") )
- set_category( CAT_INTERFACE )
+ set_category( CAT_INTERFACE )
set_subcategory( SUBCAT_INTERFACE_MAIN )
set_capability( "interface", 151 )
set_callbacks( Open, Close )
More information about the vlc-devel
mailing list