Commit df10d15d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix comment !

parent a106e0a3
...@@ -262,8 +262,9 @@ void UpdateDialog::UpdateOrDownload() ...@@ -262,8 +262,9 @@ void UpdateDialog::UpdateOrDownload()
if( dest_dir != "" ) if( dest_dir != "" )
{ {
/*HACK: Qt4 isn't able to change the way OS deals with diretories names. /*HACK: Qt4 isn't able to change the way OS deals with directories
Windows doesn't add an ending separtor so we might add it. */ names. Windows doesn't add an ending separator so we might add it.
*/
#if defined( WIN32 ) || defined( UNDER_CE ) #if defined( WIN32 ) || defined( UNDER_CE )
dest_dir += DIR_SEP; dest_dir += DIR_SEP;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment