[vlc-devel] commit: Fix comment ! (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Jul 27 20:36:15 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 27 11:38:27 2008 -0700| [df10d15df6fff2414f8d65c09eabc8cd7d291bfe]
Fix comment !
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=df10d15df6fff2414f8d65c09eabc8cd7d291bfe
---
modules/gui/qt4/dialogs/help.cpp | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp
index d1c16fe..559e751 100644
--- a/modules/gui/qt4/dialogs/help.cpp
+++ b/modules/gui/qt4/dialogs/help.cpp
@@ -262,8 +262,9 @@ void UpdateDialog::UpdateOrDownload()
if( dest_dir != "" )
{
- /*HACK: Qt4 isn't able to change the way OS deals with diretories names.
- Windows doesn't add an ending separtor so we might add it. */
+ /*HACK: Qt4 isn't able to change the way OS deals with directories
+ names. Windows doesn't add an ending separator so we might add it.
+ */
#if defined( WIN32 ) || defined( UNDER_CE )
dest_dir += DIR_SEP;
#endif
More information about the vlc-devel
mailing list