[vlmc-devel] commit: Revert "EffectsEngine: Win32: Use the correct win32 directory separator" ( =?UTF-8?Q?Hugo=20Beauz=C3=A9e=2DLuyssen?==?UTF-8?Q?=20?=)
git at videolan.org
git at videolan.org
Wed Dec 29 18:02:30 CET 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Wed Dec 29 18:01:18 2010 +0100| [25a398b4e84a81e1482f93957f55077f4842f59e] | committer: Hugo Beauzée-Luyssen
Revert "EffectsEngine: Win32: Use the correct win32 directory separator"
This reverts commit c17cfe1eda06bbdec98514d414667ba2bcf2169b.
This is handled by Qt automatically (beside, I forgot the other line
that should have been fixed too)
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=25a398b4e84a81e1482f93957f55077f4842f59e
---
src/EffectsEngine/EffectsEngine.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/EffectsEngine/EffectsEngine.cpp b/src/EffectsEngine/EffectsEngine.cpp
index d62d933..18801b5 100644
--- a/src/EffectsEngine/EffectsEngine.cpp
+++ b/src/EffectsEngine/EffectsEngine.cpp
@@ -153,7 +153,7 @@ EffectsEngine::loadEffects()
else
{
qWarning() << "Failed to get application directory. Using current path.";
- pathList << QDir::currentPath() + "\\effects\\";
+ pathList << QDir::currentPath() + "/effects/";
}
#endif
qDebug() << "Loading effects from:" << pathList;
More information about the Vlmc-devel
mailing list